author | ymh <ymh.work@gmail.com> |
Fri, 08 Apr 2016 17:23:17 +0200 | |
changeset 147 | bc37828169f3 |
parent 136 | 5fed7e1716c2 |
child 155 | 76ae75975ee2 |
permissions | -rw-r--r-- |
4 | 1 |
{ |
2 |
"name": "bo-client", |
|
3 |
"dependencies": { |
|
147 | 4 |
"ember": "~2.4.3", |
5 |
"ember-cli-shims": "0.1.1", |
|
118
dbcacab69cfc
upgrade ember version to v2.3.1 for bo-client
ymh <ymh.work@gmail.com>
parents:
32
diff
changeset
|
6 |
"ember-cli-test-loader": "0.2.2", |
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", |
32 | 12 |
"font-awesome": "~4.5.0", |
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" |
20
a9b98b16b053
add contributor list + edition pane
ymh <ymh.work@gmail.com>
parents:
18
diff
changeset
|
16 |
}, |
a9b98b16b053
add contributor list + edition pane
ymh <ymh.work@gmail.com>
parents:
18
diff
changeset
|
17 |
"resolutions": { |
127
5cd8c3065c38
extract common functionalities to common module. First application to lexvo name resolving
ymh <ymh.work@gmail.com>
parents:
125
diff
changeset
|
18 |
"jquery": ">=2.2" |
4 | 19 |
} |
20 |
} |