forked from scotch/angular-brunch-seed
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
35 lines (35 loc) · 1.01 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
{
"author": "Chia-liang Kao",
"name": "angular-brunch-seed-livescript",
"description": "AngularJS + Brunch + LiveScript",
"version": "0.1.1",
"homepage": "https://github.com/clkao/angular-brunch-seed-livescript",
"repository": {
"type": "git",
"url": "https://github.com/clkao/angular-brunch-seed-livescript"
},
"engines": {
"node": "0.8.x",
"npm": "1.1.x"
},
"scripts": {
"prepublish": "./node_modules/.bin/lsc -cj package.ls",
"start": "./node_modules/.bin/brunch watch --server",
"test": "testacular test/testacular.config.js"
},
"dependencies": {},
"devDependencies": {
"testacular": ">= 0.0.16",
"LiveScript": ">= 1.1.1",
"brunch": "1.5.x",
"javascript-brunch": "1.5.x",
"LiveScript-brunch": "1.5.x",
"css-brunch": "1.5.x",
"sass-brunch": "1.5.x",
"jade-brunch": "1.4.x",
"static-jade-brunch": ">= 1.4.0 <= 1.4.5 || >= 1.4.8 < 1.5",
"auto-reload-brunch": "1.5.x",
"uglify-js-brunch": "1.3.x",
"clean-css-brunch": "1.5.x"
}
}