-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 831 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": "html-angular-brunch",
"version": "1.1.1",
"description": "Mod of jade-angular-brunch to use html-minify instead of jade.",
"author": {
"name": "Olivier Sasseville",
"url": "http://kumoweb.ca/"
},
"homepage": "https://github.com/osasseville/html-angular-brunch",
"repository": {
"type": "git",
"url": "git@github.com:osasseville/html-angular-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",
"html-minifier": "^0.6.8",
"lodash": "~0.9.0",
"mkdirp": "*"
},
"devDependencies": {
"mocha": "*",
"chai": "*",
"sinon": "~1.7.3",
"sinon-chai": "~2.4.0"
}
}