forked from NCCUCS-SE/hackfoldr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.33 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
{
"author": "Chia-liang Kao",
"name": "hackfoldr",
"description": "hackfoldr",
"version": "0.1.1",
"homepage": "https://github.com/hackfoldr/hackfoldr",
"repository": {
"type": "git",
"url": "https://github.com/hackfoldr/hackfoldr"
},
"engines": {
"node": "0.8.x",
"npm": "1.1.x"
},
"scripts": {
"prepublish": "node ./node_modules/LiveScript/bin/lsc -cj package.ls\nnode ./node_modules/LiveScript/bin/lsc -c test/*.js.ls",
"build": "brunch b",
"test": "npm run build && bower i && karma start --browsers PhantomJS --single-run true test/karma.conf.js",
"start": "node ./node_modules/brunch/bin/brunch watch --server"
},
"dependencies": {},
"devDependencies": {
"LiveScript": "1.1.x",
"brunch": "1.6.x",
"javascript-brunch": "1.5.x",
"LiveScript-brunch": "1.5.x",
"css-brunch": "1.5.x",
"sass-brunch": "1.5.x",
"jade-brunch": "1.5.x",
"static-jade-brunch": ">= 1.4.8 < 1.5",
"auto-reload-brunch": "1.6.x",
"uglify-js-brunch": "1.5.x",
"clean-css-brunch": "1.5.x",
"jade-angularjs-brunch": "0.0.5",
"jsenv-brunch": "1.4.2",
"karma": "~0.10.5",
"karma-live-preprocessor": "~0.2.0",
"karma-mocha": "~0.1.0",
"karma-chai": "~0.0.2",
"karma-ng-scenario": "0.1.0",
"bower": "1.2.x",
"mocha": "~1.14.0",
"chai": "~1.8.0"
}
}