forked from StartBootstrap/startbootstrap-grayscale
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.19 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"title": "Grayscale",
"name": "startbootstrap-grayscale",
"version": "4.1.1",
"description": "A grayscale one page HTML theme for Bootstrap.",
"keywords": [
"css",
"sass",
"html",
"responsive",
"theme",
"template"
],
"homepage": "https://startbootstrap.com/template-overviews/grayscale",
"bugs": {
"url": "https://github.com/BlackrockDigital/startbootstrap-grayscale/issues",
"email": "[email protected]"
},
"license": "MIT",
"author": "Start Bootstrap",
"contributors": [
"David Miller (http://davidmiller.io/)"
],
"repository": {
"type": "git",
"url": "https://github.com/BlackrockDigital/startbootstrap-grayscale.git"
},
"dependencies": {
"bootstrap": "^5.3.2",
"popper.js": "^1.16.1"
},
"devDependencies": {
"autoprefixer": "^10.4.16",
"browser-sync": "^2.29.3",
"eslint": "^6.8.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-standard": "^4.1.0",
"prettier": "^3.0.3",
"shelljs": "^0.8.5",
"upath": "^2.0.1"
}
}