forked from emberjs/ember.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.17 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
{
"name": "ember",
"license": "MIT",
"version": "1.7.0-beta.1+canary",
"scripts": {
"build": "ember build --environment production",
"postinstall": "bower install",
"pretest": "ember build --environment production",
"test": "bin/run-tests.js",
"start": "ember serve"
},
"devDependencies": {
"ember-cli": "0.0.34",
"defeatureify": "~0.2.0",
"yuidocjs": "~0.3.46",
"es6-module-transpiler": "~0.4.0",
"glob": "~3.2.8",
"broccoli": "0.12.0",
"broccoli-static-compiler": "0.1.4",
"broccoli-uglify-js": "~0.1.3",
"broccoli-merge-trees": "0.1.3",
"broccoli-template": "0.1.1",
"broccoli-replace": "~0.1.6",
"broccoli-defeatureify": "~0.3.0",
"bower": "~1.3.2",
"broccoli-writer": "~0.1.1",
"broccoli-kitchen-sink-helpers": "~0.2.0",
"broccoli-es6-module-transpiler": "~0.1.0",
"broccoli-concat": "0.0.6",
"broccoli-file-mover": "~0.2.0",
"broccoli-file-remover": "~0.2.0",
"broccoli-jshint": "~0.5.0",
"rsvp": "~3.0.6",
"chalk": "~0.4.0",
"broccoli-file-creator": "~0.1.0",
"handlebars": "^1.3",
"broccoli-filter": "~0.1.6",
"ncp": "~0.5.1",
"rimraf": "~2.2.8"
}
}