-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 897 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
{
"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": {
"auto-reload-brunch": ">= 1.0 < 1.8",
"bower": "1.7.0",
"brunch": "^2.0.4",
"clean-css-brunch": "^1.8.0",
"coffee-script": "^1.10.0",
"coffee-script-brunch": "^1.8.3",
"css-brunch": ">= 1.0 < 1.8",
"jade": "^1.11.0",
"jade-angularjs-brunch": "~0.0.5",
"javascript-brunch": ">= 1.0 < 1.8",
"karma": "^0.13.15",
"karma-coffee-preprocessor": "^0.3.0",
"karma-ng-scenario": "^0.1.0",
"less-brunch": ">= 1.0 < 1.8",
"stylus-brunch": ">= 1.0 < 1.8",
"uglify-js-brunch": ">= 1.0 < 1.8"
}
}