-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
49 lines (49 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
46
47
48
49
{
"author": "Colin Toh",
"name": "ember-brunch",
"description": "Start building production-ready Ember app today with Ember-Brunch.",
"version": "0.4.0",
"homepage": "https://github.com/colintoh/ember-brunch",
"repository": {
"type": "git",
"url": "https://github.com/colintoh/ember-brunch"
},
"engines": {
"node": "~0.11.9",
"npm": "1.1.x"
},
"scripts": {
"start": "npm install",
"postinstall": "bower install && grunt production",
"unit": "./node_modules/karma/bin/karma start karma-unit.conf.js",
"integration": "./node_modules/karma/bin/karma start karma-integration.conf.js"
},
"dependencies": {
"auto-reload-brunch": "<=1.5",
"bower": "^1.3.12",
"brunch": "*",
"clean-css-brunch": "~1.7.1",
"compression": "^1.0.9",
"css-brunch": ">= 1.0 < 1.8",
"ember-handlebars-brunch": "^1.2.0",
"express": "*",
"grunt": "^0.4.5",
"grunt-cli": "~0.1.13",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-compress": "~0.5.2",
"grunt-contrib-rename": "0.0.3",
"grunt-exec": "~0.4.2",
"grunt-groundskeeper": "~0.1.6",
"javascript-brunch": "~1.7.0",
"jshint-brunch": "1.5.1",
"matchdep": "^0.3.0",
"stylus-brunch": "1.8.1",
"uglify-js-brunch": "~1.7.3"
},
"devDependencies": {
"karma": "~0.12.28",
"karma-chrome-launcher": "^0.1.7",
"karma-phantomjs-launcher": "~0.1.4",
"karma-qunit": "~0.1.4"
}
}