-
Notifications
You must be signed in to change notification settings - Fork 125
/
package.json
35 lines (35 loc) · 990 Bytes
/
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
{
"name": "jade-syntax-docs",
"version": "1.0.1",
"description": "Jade Syntax Documentation by example",
"main": "Gruntfile.js",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-coffee": "^0.5.0",
"grunt-contrib-concat": "^0.1.3",
"grunt-contrib-connect": "^0.1.2",
"grunt-contrib-cssmin": "^0.4.1",
"grunt-contrib-jade": "^0.4.0",
"grunt-contrib-stylus": "^0.4.1",
"grunt-contrib-uglify": "^0.1.2",
"grunt-contrib-watch": "^0.3.1",
"grunt-inline": "^0.3.2",
"grunt-uncss": "^0.3.7",
"nib": "^0.7.0"
},
"dependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/naltatis/jade-syntax-docs.git"
},
"author": "naltatis",
"license": "MIT",
"bugs": {
"url": "https://github.com/naltatis/jade-syntax-docs/issues"
},
"homepage": "https://github.com/naltatis/jade-syntax-docs"
}