forked from pioneers/dawn-v0
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.15 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
{
"author": "Pioneers in Engineering",
"name": "Daemon",
"description": "It's the future.",
"version": "0.3.0",
"homepage": "https://pioneers.berkeley.edu",
"repository": {
"type": "git",
"url": "https://github.com/pioneers/daemon"
},
"scripts": {
"compiler": "brunch watch -P",
"test": "karma start test/karma.conf.js",
"app": "nodewebkit _public",
"deploy": "grunt"
},
"dependencies": {
"jade": "~0.33",
"coffee-script": "~1.6",
"brunch": "~1.7",
"javascript-brunch": ">= 1.0 < 1.8",
"coffee-script-brunch": ">= 1.0 < 1.8",
"css-brunch": ">= 1.0 < 1.8",
"less-brunch": ">= 1.0 < 1.8",
"stylus-brunch": ">= 1.0 < 1.8",
"auto-reload-brunch": ">= 1.0 < 1.8",
"uglify-js-brunch": ">= 1.0 < 1.8",
"clean-css-brunch": ">= 1.0 < 1.8",
"bower": "~1.0",
"jade-angularjs-brunch": "~0.0.5",
"karma": "~0.9.4",
"karma-nodewebkit-launcher": "0.0.8",
"karma-coffee-preprocessor": "~0.0.2",
"karma-ng-scenario": "~0.0.2",
"grunt": "~0.4.2",
"grunt-node-webkit-builder": "~0.2.1",
"nodewebkit": "~0.10.0",
"grunt-cli": "~0.1.11",
"js-yaml": "3.1.0"
}
}