author | ymh <ymh.work@gmail.com> |
Sat, 07 May 2016 10:06:26 +0200 | |
changeset 158 | 366509ae2f37 |
parent 157 | 1f9853178fcd |
child 173 | cf7b221238fd |
permissions | -rw-r--r-- |
5
d4b3da0dadc9
init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff
changeset
|
1 |
{ |
d4b3da0dadc9
init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff
changeset
|
2 |
"name": "app-client", |
d4b3da0dadc9
init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff
changeset
|
3 |
"dependencies": { |
158
366509ae2f37
Add controller for themes count + upgrade ember for app-client
ymh <ymh.work@gmail.com>
parents:
157
diff
changeset
|
4 |
"ember": "~2.6.0-beta.2", |
148 | 5 |
"ember-cli-shims": "0.1.1", |
157
1f9853178fcd
revert ember-cli-test-loader to ember-cli recommended version
ymh <ymh.work@gmail.com>
parents:
156
diff
changeset
|
6 |
"ember-cli-test-loader": "0.2.2", |
125 | 7 |
"ember-qunit-notifications": "0.1.0", |
8 |
"jquery": "^2.2", |
|
5
d4b3da0dadc9
init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff
changeset
|
9 |
"qunit": "~1.18.0", |
90
f0609941aa98
update libraries and go ember 2.2.0
nowmad@23.1.168.192.in-addr.arpa
parents:
84
diff
changeset
|
10 |
"bootstrap-sass": "bootstrap-sass-official#~3.3.6", |
84 | 11 |
"ammap3": "~3.18.6", |
156 | 12 |
"font-awesome": "~4.6.1", |
13 |
"pretender": "~1.1.0", |
|
14 |
"lodash": "~4.11.1", |
|
127
5cd8c3065c38
extract common functionalities to common module. First application to lexvo name resolving
ymh <ymh.work@gmail.com>
parents:
126
diff
changeset
|
15 |
"Faker": "~3.0.0", |
5cd8c3065c38
extract common functionalities to common module. First application to lexvo name resolving
ymh <ymh.work@gmail.com>
parents:
126
diff
changeset
|
16 |
"store": "https://github.com/marcuswestin/store.js.git#v1.3.20" |
5
d4b3da0dadc9
init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff
changeset
|
17 |
} |
d4b3da0dadc9
init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff
changeset
|
18 |
} |