-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
49 lines (47 loc) · 1016 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "grill",
"description": "Grill",
"keywords": [
"grill",
"mincer",
"grunt",
"bower"
],
"version": "1.0.0-rc.4",
"author": "Boris Staal <[email protected]>",
"homepage": "https://github.com/joosy/grill",
"main": "./lib/grill",
"repository": {
"type": "git",
"url": "git://github.com/joosy/grill.git"
},
"scripts": {
"test": "grunt mochaTest"
},
"engines": {
"node": ">=0.8.0"
},
"dependencies": {
"coffee-script": "~1.6.3",
"bower": "~1.2.1",
"mincer": ">= 1.1.0",
"express": "~3.4.0",
"proxy-middleware": "~0.5.0",
"gzippo": "~0.2.0",
"grunt-contrib-testem": ">=0.3.0",
"grunt": "~0.4.1",
"commander": "~1.2.0"
},
"devDependencies": {
"haml-coffee": "~1.11.4",
"stylus": "~0.47.1",
"nib": "~1.0.0",
"grunt": "~0.4.1",
"grunt-coffeelint": "0.0.7",
"grunt-release": "~0.6.0",
"chai": "~1.7.2",
"mocha": "~1.12.0",
"grunt-mocha-test": "~0.6.3",
"sinon": "~1.7.3"
}
}