forked from clkao/angular-brunch-seed-livescript
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.41 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": "Yen-Ying Lee",
"name": "angular-brunch-seed-livescript",
"description": "AngularJS + Brunch + Bower + LiveScript",
"version": "0.0.1",
"homepage": "https://github.com/white1033/angular-brunch-seed-livescript",
"repository": {
"type": "git",
"url": "https://github.com/white1033/angular-brunch-seed-livescript"
},
"engines": {
"node": "0.10.x",
"npm": "1.3.x"
},
"scripts": {
"prepublish": "./node_modules/.bin/lsc -cj package.ls",
"build": "brunch b",
"start": "./node_modules/.bin/brunch watch --server",
"test": "npm run build && bower i && ./node_modules/karma/bin/karma start --browsers PhantomJS --single-run true test/karma.conf.js"
},
"dependencies": {},
"devDependencies": {
"jade": "~0.33",
"brunch": "~1.7",
"LiveScript": "~1.2.0",
"javascript-brunch": ">= 1.0 < 1.8",
"LiveScript-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.2.x",
"jade-angularjs-brunch": "~0.0.5",
"karma": "~0.12.0",
"karma-live-preprocessor": "~0.2.0",
"karma-phantomjs-launcher": "^0.1.2",
"karma-mocha": "~0.1.0",
"karma-chai": "~0.1.0",
"karma-ng-scenario": "~0.1",
"mocha": "~1.14.0",
"chai": "~1.8.0"
}
}