forked from emberjs/ember.js
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.37 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
{
"name": "ember",
"license": "MIT",
"version": "1.11.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",
"docs": "ember yuidoc"
},
"devDependencies": {
"aws-sdk": "~2.0.0-rc8",
"bower": "~1.3.2",
"broccoli-concat": "0.0.6",
"broccoli-defeatureify": "~0.3.0",
"broccoli-derequire": "0.0.1",
"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.1",
"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-use-strict-remover": "^1.0.0",
"broccoli-writer": "~0.1.1",
"chalk": "~0.4.0",
"defeatureify": "~0.2.0",
"ember-cli": "0.0.46",
"ember-cli-yuidoc": "0.3.1",
"ember-publisher": "0.0.6",
"es6-module-transpiler": "~0.4.0",
"express": "^4.5.0",
"git-repo-version": "0.0.1",
"glob": "~3.2.8",
"htmlbars": "0.5.0",
"rsvp": "~3.0.6"
}
}