forked from GulinSS/jade-angularjs-brunch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 816 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
{
"name": "jade-angularjs-brunch",
"version": "1.1.1",
"description": "Adds Jade support to brunch with angularjs template cache modules.",
"author": {
"name": "Gulin Serge",
"url": "http://gulin.pro/"
},
"homepage": "https://github.com/GulinSS/jade-angularjs-brunch",
"repository": {
"type": "git",
"url": "[email protected]:GulinSS/jade-angularjs-brunch.git"
},
"main": "./lib/index",
"scripts": {
"postinstall": "node setup.js postinstall",
"test": "node setup.js test"
},
"engines": {
"node": "~0.6.10 || 0.8 || 0.9 || 0.10"
},
"dependencies": {
"coffee-script": "1.3.3",
"jade": "~1.3.0",
"mkdirp": "*",
"lodash": "~0.9.0"
},
"devDependencies": {
"mocha": "*",
"chai": "*",
"sinon": "~1.7.3",
"sinon-chai": "~2.4.0"
}
}