forked from FirebaseExtended/emberfire
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 1.64 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
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "emberfire",
"description": "The officially supported Ember binding for Firebase",
"version": "0.0.0",
"author": "Firebase <support@firebase.com> (https://www.firebase.com/)",
"homepage": "https://github.com/firebase/emberfire/",
"directories": {
"doc": "doc",
"test": "tests"
},
"scripts": {
"start": "ember server",
"build": "ember build",
"test": "ember test",
"legacy": "gulp legacy"
},
"repository": {
"type": "git",
"url": "https://github.com/firebase/emberfire.git"
},
"bugs": {
"url": "https://github.com/firebase/emberfire/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://firebase.mit-license.org/"
}
],
"keywords": [
"ember",
"firebase",
"realtime",
"ember-addon"
],
"ember-addon": {
"configPath": "tests/dummy/config"
},
"peerDependencies": {
"ember-cli": ">=0.1.3"
},
"dependencies": {
"chalk": "^1.0.0",
"fs-extra": "0.16.4",
"rsvp": "3.0.17"
},
"devDependencies": {
"broccoli-asset-rev": "2.0.2",
"del": "1.1.1",
"ember-cli": "0.2.0",
"ember-cli-babel": "4.3.0",
"ember-cli-dependency-checker": "0.0.8",
"ember-cli-htmlbars": "0.7.4",
"ember-cli-inject-live-reload": "1.3.1",
"ember-cli-mocha": "0.5.0",
"ember-cli-uglify": "1.0.1",
"ember-data": "1.0.0-beta.16.1",
"ember-export-application-global": "1.0.2",
"glob": "4.5.0",
"gulp": "3.8.11",
"gulp-concat": "2.5.2",
"gulp-es6-module-transpiler": "0.2.1",
"gulp-header": "1.2.2",
"gulp-jshint": "1.9.2",
"gulp-sourcemaps": "1.5.0",
"gulp-uglify": "1.1.0",
"rsvp": "^3.0.17"
}
}