-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
40 lines (40 loc) · 1.12 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
{
"name": "ember-react",
"version": "0.1.1",
"description": "React integration into Ember.js",
"main": "index.js",
"scripts": {
"build": "rm -rf dist; broccoli build dist",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/ghempton/ember-react"
},
"keywords": [
"ember",
"react"
],
"author": "Gordon L. Hempton <ghempton@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/ghempton/ember-react/issues"
},
"homepage": "https://github.com/ghempton/ember-react",
"devDependencies": {
"bower": "~1.3.11",
"broccoli": "~0.15.3",
"broccoli-concat": "~0.0.13",
"broccoli-defeatureify": "~1.0.0",
"broccoli-es6-module-transpiler": "~0.5.0",
"broccoli-file-creator": "~0.1.0",
"broccoli-file-mover": "~0.4.2",
"broccoli-file-remover": "~0.3.1",
"broccoli-merge-trees": "~0.2.1",
"broccoli-react": "~0.7.1",
"broccoli-replace": "~0.2.0",
"broccoli-static-compiler": "~0.2.1",
"broccoli-uglify-js": "~0.1.3",
"es6-module-transpiler-amd-formatter": "~0.3.0"
}
}