-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.12 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
{
"name": "simple-style-guide",
"author": "David kogan <[email protected]>",
"homepage": "https://github.com/Dkogan90/simple-style-guide",
"bugs": "https://github.com/Dkogan90/simple-style-guide/issues",
"licenses": [
{
"type": "MIT",
"url": "https://opensource.org/licenses/MIT"
}
],
"main": "",
"version": "1.0.4",
"description": "This is a simple style guide generator, which generates a style guide simular to the bootstrap documention.",
"keywords": [
"template",
"style guide",
"style",
"guide",
"handelbars",
"generate"
],
"engines": {
"node": "6.9.4"
},
"devDependencies": {
"bootstrap": "^3.3.7",
"grunt": "^1.0.1",
"grunt-assemble": "^0.6.3",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "^2.3.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-contrib-connect": "^1.0.2",
"grunt-mocha-test": "^0.13.2",
"highlightjs": "^9.8.0",
"jquery": "^3.2.1",
"load-grunt-tasks": "^3.5.2",
"mocha": "^3.2.0"
}
}