-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.04 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
{
"author": "Your Name",
"name": "package-name",
"description": "Package description",
"version": "0.0.1",
"homepage": "",
"repository": {
"type": "git",
"url": ""
},
"scripts": {
"compiler": "brunch watch --server -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",
"sass-brunch": ">= 1.0 < 1.8",
"auto-reload-brunch": ">= 1.0 < 1.8",
"ngmin-brunch": "",
"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-coffee-preprocessor": "~0.0.2",
"karma-ng-scenario": "~0.0.2",
"grunt": "~0.4.2",
"grunt-node-webkit-builder": "~0.1.14",
"nodewebkit": "~0.8.4-2",
"grunt-cli": "~0.1.11",
"after-brunch": ""
}
}