forked from emberjs/ember.js
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.36 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
{
"name": "ember",
"license": "MIT",
"version": "1.8.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",
"test-node": "mocha tests/**/*test.js"
},
"devDependencies": {
"aws-sdk": "~2.0.0-rc8",
"bower": "~1.3.2",
"broccoli": "0.12.0",
"broccoli-concat": "0.0.6",
"broccoli-defeatureify": "~0.3.0",
"broccoli-es3-safe-recast": "0.0.8",
"broccoli-es6-module-transpiler": "~0.1.0",
"broccoli-file-creator": "~0.1.0",
"broccoli-file-mover": "~0.2.0",
"broccoli-file-remover": "~0.2.0",
"broccoli-filter": "~0.1.6",
"broccoli-jshint": "~0.5.0",
"broccoli-kitchen-sink-helpers": "~0.2.0",
"broccoli-merge-trees": "0.1.3",
"broccoli-replace": "~0.1.6",
"broccoli-static-compiler": "0.1.4",
"broccoli-template": "0.1.1",
"broccoli-uglify-js": "~0.1.3",
"broccoli-writer": "~0.1.1",
"chalk": "~0.4.0",
"defeatureify": "~0.2.0",
"ember-cli": "0.0.37",
"ember-publisher": "0.0.1",
"es6-module-transpiler": "~0.4.0",
"express": "^4.5.0",
"glob": "~3.2.8",
"handlebars": "^1.3",
"mocha": "1.20.1",
"ncp": "~0.5.1",
"rimraf": "~2.2.8",
"rsvp": "~3.0.6",
"yuidocjs": "~0.3.46"
}
}