forked from emberjs/ember.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
19 lines (19 loc) · 721 Bytes
/
bower.json
File metadata and controls
19 lines (19 loc) · 721 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "ember",
"repository": {
"type": "git",
"url": "https://github.com/emberjs/ember.js.git"
},
"dependencies": {
"jquery": "~1.11.1",
"qunit": "~1.18.0",
"qunit-phantom-runner": "jonkemp/qunit-phantomjs-runner#1.2.0"
},
"devDependencies": {
"backburner": "https://github.com/ebryn/backburner.js.git#2d96beedec2cd81ab66f40b9d5516cf5c356681c",
"rsvp": "https://github.com/tildeio/rsvp.js.git#3.0.20",
"router.js": "https://github.com/tildeio/router.js.git#ed45bc5c5e055af0ab875ef2c52feda792ee23e4",
"dag-map": "https://github.com/krisselden/dag-map.git#1.0.2",
"ember-dev": "https://github.com/emberjs/ember-dev.git#eace5340485bdb5e4223ab67fecf4aff31c1940c"
}
}