-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 842 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
{
"name": "chinstrap",
"main": "./app/chinstrap-compile.js",
"author": {
"name": "Andre Behrens",
"email": "mrandre@gmail.com"
},
"keywords": [
"template",
"chinstrap"
],
"repository": {
"type": "git",
"url": "git@github.com:mrandre/chinstrap.git"
},
"description": "Compiles Chinstrap Templates",
"version": "0.5.0",
"engines": {
"node": ">=0.6.0"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/mrandre/chinstrap/LICENSE-MIT"
}
],
"bin": {
"chinstrap": "./app/chinstrap-compile.js"
},
"dependencies": {
"commander": "~1.1.1",
"glob": "~3.1.21",
"mkdirp": "~0.3.5",
"chinstrap-engine": "~0.8.0"
},
"devDependencies": {
"grunt": "~0.4.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-coffee": "~0.7.0"
}
}