author | ymh <ymh.work@gmail.com> |
Mon, 25 Apr 2016 13:21:42 +0200 | |
changeset 156 | 7203efa0ddbf |
parent 155 | 76ae75975ee2 |
child 157 | 1f9853178fcd |
permissions | -rw-r--r-- |
4 | 1 |
{ |
2 |
"name": "bo-client", |
|
3 |
"dependencies": { |
|
155 | 4 |
"ember": "~2.5.0", |
147 | 5 |
"ember-cli-shims": "0.1.1", |
156 | 6 |
"ember-cli-test-loader": "1.1.0", |
32 | 7 |
"ember-qunit-notifications": "0.1.0", |
125 | 8 |
"jquery": "^2.2", |
119
b495d8c1bf4f
upgrade packages version, correct dependencies
ymh <ymh.work@gmail.com>
parents:
118
diff
changeset
|
9 |
"loader.js": "^4.0.0", |
32 | 10 |
"qunit": "~1.20.0", |
20
a9b98b16b053
add contributor list + edition pane
ymh <ymh.work@gmail.com>
parents:
18
diff
changeset
|
11 |
"bootstrap-sass": "bootstrap-sass-official#~3.3.6", |
156 | 12 |
"font-awesome": "~4.6.1", |
28 | 13 |
"typeahead.js": "~0.11.1", |
14 |
"urijs": "URIjs#~1.17.0", |
|
118
dbcacab69cfc
upgrade ember version to v2.3.1 for bo-client
ymh <ymh.work@gmail.com>
parents:
32
diff
changeset
|
15 |
"store": "https://github.com/marcuswestin/store.js.git#v1.3.20" |
4 | 16 |
} |
17 |
} |