forked from scotch/angular-brunch-seed
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (36 loc) · 1.08 KB
/
package.json
File metadata and controls
43 lines (36 loc) · 1.08 KB
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 <[email protected]>",
"name": "sapling-seed",
"description": "AngularJS + Brunch",
"version": "0.2.2",
"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/testacular start test/testacular.conf.js"
},
"dependencies": {
"jade": ">= 0.28",
"coffee-script": ">= 1.4",
"brunch": ">= 1.5 < 1.6",
"coffee-script-brunch": ">= 1.5 < 1.6",
"coffeelint-brunch": ">= 1.4 < 1.6",
"less-brunch": ">= 1.5 < 1.6",
"stylus-brunch": ">= 1.5 < 1.6",
"auto-reload-brunch": ">= 1.5 < 1.6",
"uglify-js-brunch": ">= 1.5 < 1.6",
"clean-css-brunch": ">= 1.5 < 1.6",
"bower-stylesheet-brunch": "*",
"bower-javascript-brunch": "*",
"bower-asserts-brunch": "*",
"bower": "~0.7.0",
"jade-angularjs-brunch": ">= 0.0.5",
"testacular": ">= 0.6.0"
}
}