forked from Brandonmchu/ember-training
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·32 lines (32 loc) · 834 Bytes
/
package.json
File metadata and controls
executable file
·32 lines (32 loc) · 834 Bytes
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
{
"author": "Giovanni Collazo",
"name": "brunch-with-ember-reloaded",
"description": "A new and up-to-date Brunch skeleton for developing Ember applications",
"version": "1.1.0",
"homepage": "",
"repository": {
"type": "git",
"url": ""
},
"engines": {
"node": "~0.6.10 || 0.8 || 0.9"
},
"scripts": {
"start": "brunch watch --server",
"update:ember": "node setup.js update:ember",
"update:skeleton": "node setup.js update:skeleton"
},
"dependencies": {
"javascript-brunch": "~1.7.0",
"css-brunch": "~1.7.0",
"uglify-js-brunch": "~1.7.0",
"clean-css-brunch": "~1.7.0",
"ember-handlebars-brunch": "~1.1.0",
"fortune": "git://github.com/daliwali/fortune.git#master",
"express": "~3.4.7"
},
"devDependencies": {
"karma": "*",
"karma-qunit": "*"
}
}