forked from joosy/grill
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.02 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
46
47
48
{
"name": "grill",
"description": "Grill",
"keywords": [
"grill",
"mincer",
"grunt",
"bower"
],
"version": "1.0.0-alpha.21",
"author": "Boris Staal <boris@staal.io>",
"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": ">= 0.5.5",
"express": "~3.3.5",
"proxy-middleware": "~0.4.0",
"gzippo": "~0.2.0",
"grunt-contrib-testem": ">=0.3.0",
"grunt": "~0.4.1",
"commander": "~1.2.0",
"marked": "~0.2.9"
},
"devDependencies": {
"haml-coffee": "~1.11.4",
"stylus": "~0.37.0",
"nib": "~1.0.0",
"grunt": "~0.4.1",
"grunt-coffeelint": "0.0.7",
"grunt-release": "~0.5.1",
"chai": "~1.7.2",
"mocha": "~1.12.0",
"grunt-mocha-test": "~0.6.3",
"sinon": "~1.7.3"
}
}