forked from emberjs/data
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.66 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
50
51
52
53
54
55
56
{
"name": "ember-data",
"version": "1.0.0-beta.13-canary",
"namespace": "DS",
"repository": "git://github.com/emberjs/data.git",
"license": "MIT",
"keywords": [
"ember-addon"
],
"ember-addon": {
"main": "lib/ember-addon/index.js"
},
"files": [
"lib/ember-addon"
],
"scripts": {
"prepublish": "bower install",
"start": "ember serve",
"dist": "ember build --environment=production",
"test": "testem -R dot ci",
"publish-build": "npm run dist && ./bin/publish_to_s3.js",
"testem-local": "testem -R dot ci",
"testem-beta": "testem -f config/testem-beta.json -R dot ci",
"testem-canary": "testem -f config/testem-canary.json -R dot ci",
"testem-stable": "testem -f config/testem-stable.json -R dot ci"
},
"devDependencies": {
"aws-sdk": "~2.0.0-rc8",
"bower": "~1.3",
"broccoli": "^0.12.3",
"broccoli-cli": "0.0.1",
"broccoli-concat": "0.0.7",
"broccoli-defeatureify": "^0.3.0",
"broccoli-derequire": "0.0.1",
"broccoli-env": "0.0.1",
"broccoli-es3-safe-recast": "0.0.8",
"broccoli-es6-module-transpiler": "^0.1.1",
"broccoli-es6-transpiler": "^0.1.0",
"broccoli-file-mover": "~0.2.0",
"broccoli-jshint": "^0.5.1",
"broccoli-merge-trees": "^0.1.4",
"broccoli-render-template": "0.0.3",
"broccoli-static-compiler": "^0.1.4",
"broccoli-string-replace": "0.0.2",
"broccoli-uglify-js": "^0.1.3",
"broccoli-wrap": "0.0.2",
"broccoli-yuidoc": "^1.3.0",
"defeatureify": "~0.1.4",
"ejs": "^1.0.0",
"ember-cli": "0.0.43",
"ember-publisher": "0.0.6",
"git-repo-version": "0.0.2",
"testem": "^0.6.19",
"yuidocjs": "~0.3.46"
}
}