author | nowmad@nowmads-macbook-pro.local |
Fri, 11 Dec 2015 13:15:01 +0100 | |
changeset 52 | 87b6a104de8e |
parent 20 | a9b98b16b053 |
child 28 | b0b56e0f8c7f |
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", |
a9b98b16b053
add contributor list + edition pane
ymh <ymh.work@gmail.com>
parents:
18
diff
changeset
|
5 |
"ember-cli-shims": "ember-cli/ember-cli-shims#0.0.6", |
4 | 6 |
"ember-cli-test-loader": "ember-cli-test-loader#0.1.3", |
18
f2a40bbc27f6
add rdf mapper + merger + basic database model
ymh <ymh.work@gmail.com>
parents:
4
diff
changeset
|
7 |
"ember-data": ">=2.1.0", |
20
a9b98b16b053
add contributor list + edition pane
ymh <ymh.work@gmail.com>
parents:
18
diff
changeset
|
8 |
"ember-load-initializers": "ember-cli/ember-load-initializers#0.1.7", |
a9b98b16b053
add contributor list + edition pane
ymh <ymh.work@gmail.com>
parents:
18
diff
changeset
|
9 |
"ember-qunit": ">=0.4.9", |
a9b98b16b053
add contributor list + edition pane
ymh <ymh.work@gmail.com>
parents:
18
diff
changeset
|
10 |
"ember-qunit-notifications": ">=0.0.7", |
a9b98b16b053
add contributor list + edition pane
ymh <ymh.work@gmail.com>
parents:
18
diff
changeset
|
11 |
"ember-resolver": ">=0.1.18", |
4 | 12 |
"jquery": "latest", |
20
a9b98b16b053
add contributor list + edition pane
ymh <ymh.work@gmail.com>
parents:
18
diff
changeset
|
13 |
"loader.js": "ember-cli/loader.js#3.5.0", |
a9b98b16b053
add contributor list + edition pane
ymh <ymh.work@gmail.com>
parents:
18
diff
changeset
|
14 |
"qunit": "~1.18.0", |
a9b98b16b053
add contributor list + edition pane
ymh <ymh.work@gmail.com>
parents:
18
diff
changeset
|
15 |
"bootstrap-sass": "bootstrap-sass-official#~3.3.6", |
a9b98b16b053
add contributor list + edition pane
ymh <ymh.work@gmail.com>
parents:
18
diff
changeset
|
16 |
"font-awesome": "~4.4.0" |
a9b98b16b053
add contributor list + edition pane
ymh <ymh.work@gmail.com>
parents:
18
diff
changeset
|
17 |
}, |
a9b98b16b053
add contributor list + edition pane
ymh <ymh.work@gmail.com>
parents:
18
diff
changeset
|
18 |
"resolutions": { |
a9b98b16b053
add contributor list + edition pane
ymh <ymh.work@gmail.com>
parents:
18
diff
changeset
|
19 |
"ember-cli-shims": "0.0.6", |
a9b98b16b053
add contributor list + edition pane
ymh <ymh.work@gmail.com>
parents:
18
diff
changeset
|
20 |
"loader.js": "3.5.0", |
a9b98b16b053
add contributor list + edition pane
ymh <ymh.work@gmail.com>
parents:
18
diff
changeset
|
21 |
"ember-load-initializers": "0.1.7", |
a9b98b16b053
add contributor list + edition pane
ymh <ymh.work@gmail.com>
parents:
18
diff
changeset
|
22 |
"ember": "2.2.0", |
a9b98b16b053
add contributor list + edition pane
ymh <ymh.work@gmail.com>
parents:
18
diff
changeset
|
23 |
"qunit-notifications": "~0.1.0" |
4 | 24 |
} |
25 |
} |