-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
39 lines (35 loc) · 1.05 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
{
"author": "Przemysław Kamiński",
"name": "brunch-on-asteroids",
"description": "Brunch with AngularJS, Twitter Bootstrap + Bootswatch, SASS and CoffeeScript/LiveScript enabled and optional modules",
"version": "0.0.1",
"homepage": "https://github.com/exlee/brunch-on-asteroids",
"repository": {
"type": "git",
"url": "https://github.com/exlee/brunch-on-asteroids"
},
"engines": {
"node": "~0.6.10 || 0.8 || 0.9"
},
"scripts": {
"start": "brunch watch --server",
"build": "brunch build --optimize",
"test": "brunch test"
},
"dependencies": {
"jade-brunch": ">= 1.0 < 1.5",
"static-jade-brunch": ">= 1.0 < 1.5",
"javascript-brunch": ">= 1.0 < 1.5",
"LiveScript-brunch": ">= 1.0 < 1.5",
"coffee-script-brunch": "=> 1.0 < 1.5",
"coffeelint-brunch": ">= 1.0 < 1.5",
"auto-reload-brunch": ">= 1.3 < 1.5",
"css-brunch": ">= 1.0 < 1.5",
"sass-brunch": ">= 1.0 < 1.5",
"less-brunch": ">= 1.0 < 1.5",
"uglify-js-brunch": ">= 1.0 < 1.5",
"clean-css-brunch": ">= 1.0 < 1.5"
},
"devDependencies": {
}
}