forked from scotch/angular-brunch-seed
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (59 loc) · 1.55 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"author": "Kyle Finley <[email protected]>",
"name": "sapling-seed",
"description": "AngularJS + Brunch",
"version": "0.0.3",
"homepage": "https://github.com/scotch/angular-brunch-seed",
"repository": {
"type": "git",
"url": "https://github.com/scotch/angular-brunch-seed"
},
"contributors" : [
{
"name": "Costantino Giuliodori",
"email": "[email protected]"
},
{
"name": "Gulin Serge",
"email": "[email protected]"
},
{
"name": "Heikki Ylönen",
"email": "[email protected]"
},
{
"name": "Jonah Kagan",
"email": "[email protected]"
},
{
"name": "Matias Lahti",
"email": "[email protected]"
}
],
"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": {
"brunch": ">= 1.4 < 1.5",
"javascript-brunch": ">= 1.0 < 1.5",
"coffee-script-brunch": ">= 1.0 < 1.5",
"coffeelint-brunch": ">= 1.0 < 1.5",
"css-brunch": ">= 1.0 < 1.5",
"less-brunch": ">= 1.4 < 1.5",
"stylus-brunch": ">= 1.0 < 1.5",
"auto-reload-brunch": ">= 1.3 < 1.5",
"uglify-js-brunch": ">= 1.0 < 1.5",
"clean-css-brunch": ">= 1.0 < 1.5",
"jade-brunch": ">= 1.3 < 1.5",
"static-jade-brunch": ">= 1.4.0 <= 1.4.5 || >= 1.4.8 < 1.5"
},
"devDependencies": {
"coffee-script": "1.3.3",
"testacular": ">= 0.4.0",
"jade": ">= 0.26.3"
}
}