forked from scotch/angular-brunch-seed
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 803 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
{
"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.7.5",
"bower": "^1.3.12",
"brunch": "^1.7.18",
"clean-css-brunch": "^1.7.1",
"coffee-script": "^1.8.0",
"coffee-script-brunch": "^1.8.1",
"jade": "^1.7.0",
"jade-angularjs-brunch": "^1.1.1",
"javascript-brunch": "^1.7.1",
"karma": "^0.12.24",
"karma-coffee-preprocessor": "^0.2.1",
"karma-ng-scenario": "^0.1.0",
"less-brunch": "^1.7.2",
"uglify-js-brunch": "^1.7.7"
}
}