forked from scotch/angular-brunch-seed
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (33 loc) · 878 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
{
"author": "Your Name",
"name": "package-name",
"description": "Package description",
"version": "0.0.1",
"homepage": "",
"repository": {
"type": "git",
"url": ""
},
"scripts": {
"start": "node_modules/.bin/brunch watch --server",
"test": "node_modules/.bin/karma start test/karma.conf.js"
},
"dependencies": {
"jade": "~1.3",
"coffee-script": "~1.7",
"brunch": "~1.7",
"javascript-brunch": "~1.7",
"coffee-script-brunch": "~1.8",
"css-brunch": ">= 1.0 < 1.8",
"less-brunch": ">= 1.0 < 1.8",
"stylus-brunch": ">= 1.0 < 1.8",
"auto-reload-brunch": ">= 1.0 < 1.8",
"uglify-js-brunch": "~1.7.7",
"clean-css-brunch": "~1.7.1",
"bower": "~1.3",
"jade-angularjs-brunch": "~0.0.5",
"karma": "~0.12.6",
"karma-coffee-preprocessor": "~0.2.1",
"karma-ng-scenario": "~0.1.0"
}
}