forked from naltatis/jade-syntax-docs
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
35 lines (35 loc) · 897 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": "0.0.0",
"description": "Jade Template Syntax by example",
"main": "Gruntfile.js",
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.0",
"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",
"nib": "~0.7.0"
},
"scripts": {
"test": "grunt"
},
"repository": {
"type": "git",
"url": "[email protected]:naltatis/jade-syntax-docs.git"
},
"keywords": [
"jade"
],
"author": "naltatis",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/naltatis/jade-syntax-docs/issues"
},
"homepage": "https://github.com/naltatis/jade-syntax-docs"
}