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
16 lines (16 loc) · 702 Bytes
/
bower.json
File metadata and controls
16 lines (16 loc) · 702 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"name": "ember",
"dependencies": {
"handlebars": "~1.3.0",
"jquery": "~1.11.1",
"qunit": "~1.12.0",
"qunit-phantom-runner": "jonkemp/qunit-phantomjs-runner#1.2.0"
},
"devDependencies": {
"backburner": "https://github.com/ebryn/backburner.js.git#30d4f505e935f7b588317f94a489dbdf44ec3a0b",
"rsvp": "https://github.com/tildeio/rsvp.js.git#3.0.13",
"router.js": "https://github.com/tildeio/router.js.git#1562462f120156a140b9153bf36f1046f85e7812",
"route-recognizer": "https://github.com/tildeio/route-recognizer.git#8e1058e29de741b8e05690c69da9ec402a167c69",
"htmlbars": "https://github.com/tildeio/htmlbars.git#6582d5584146c657dc61de8f5c5d00438d0e248d"
}
}