forked from scotch/angular-brunch-seed
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (37 loc) · 1.07 KB
/
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
41
42
43
{
"author": "Kyle Finley <kyle.finley@gmail.com>",
"name": "sapling-seed",
"description": "AngularJS + Brunch 1.6",
"version": "0.1.1",
"homepage": "https://github.com/scotch/angular-brunch-seed",
"repository": {
"type": "git",
"url": "https://github.com/scotch/angular-brunch-seed"
},
"engines": {
"node": "~0.6.10 || 0.8 || 0.9"
},
"scripts": {
"start": "node_modules/.bin/brunch watch --server",
"test": "node_modules/.bin/karma start test/karma.conf.js"
},
"dependencies": {
"brunch": ">= 1.4 < 1.7",
"coffee-script-brunch": ">= 1.0 < 1.7",
"coffeelint-brunch": ">= 1.0 < 1.7",
"less-brunch": ">= 1.4 < 1.7",
"stylus-brunch": ">= 1.0 < 1.7",
"auto-reload-brunch": ">= 1.3 < 1.7",
"uglify-js-brunch": ">= 1.0 < 1.7",
"clean-css-brunch": ">= 1.0 < 1.7",
"bower-stylesheet-brunch": "0.0.2",
"bower-javascript-brunch": "0.0.2",
"bower-asserts-brunch": "0.0.1",
"bower": "~0.9.0",
"jade-angularjs-brunch" : "1.1.1"
},
"devDependencies": {
"coffee-script": "*",
"karma": "~0.9.0"
}
}