-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 956 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
{
"name": "brunch-arrogantular",
"description": "Opinionated AngularJS using Brunch",
"author": "Rowan Youngson",
"version": "0.0.3",
"repository": {
"type": "git",
"url": "[email protected]:row1/brunch-arrogantular.git"
},
"scripts": {
"start": "brunch watch --server",
"test": "karma start ./karma.config.js",
"prod": "brunch build --production",
"postinstall": "bower install"
},
"dependencies": {},
"devDependencies": {
"angularjs-templates-brunch": "^1.0.0",
"auto-reload-brunch": "^1.8.0",
"clean-css-brunch": ">= 1.0 < 1.9",
"css-brunch": ">= 1.0 < 1.9",
"git-digest-brunch": "^1.0.3",
"jasmine-core": "^2.3.4",
"javascript-brunch": ">= 1.0 < 1.9",
"jshint-brunch": "^1.8.0",
"karma": "^0.13.9",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "^0.2.1",
"phantomjs": "^1.9.18",
"sass-brunch": "^1.8.10",
"uglify-js-brunch": ">= 1.0 < 1.9"
}
}