author | ymh <ymh.work@gmail.com> |
Sat, 16 Jan 2016 00:33:26 +0100 | |
changeset 32 | 9765cf7cf817 |
parent 28 | b0b56e0f8c7f |
child 118 | dbcacab69cfc |
permissions | -rw-r--r-- |
4 | 1 |
{ |
2 |
"name": "bo-client", |
|
3 |
"dependencies": { |
|
20
a9b98b16b053
add contributor list + edition pane
ymh <ymh.work@gmail.com>
parents:
18
diff
changeset
|
4 |
"ember": "2.2.0", |
32 | 5 |
"ember-cli-shims": "0.1.0", |
6 |
"ember-load-initializers": "0.1.7", |
|
7 |
"ember-qunit-notifications": "0.1.0", |
|
8 |
"jquery": "1.11.3", |
|
9 |
"loader.js": "^3.5.0", |
|
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", |
|
15 |
"store": "https://github.com/marcuswestin/store.js.git#master" |
|
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": { |
a9b98b16b053
add contributor list + edition pane
ymh <ymh.work@gmail.com>
parents:
18
diff
changeset
|
18 |
"ember": "2.2.0", |
a9b98b16b053
add contributor list + edition pane
ymh <ymh.work@gmail.com>
parents:
18
diff
changeset
|
19 |
"qunit-notifications": "~0.1.0" |
4 | 20 |
} |
21 |
} |