author | ymh <ymh.work@gmail.com> |
Fri, 08 Apr 2016 18:41:51 +0200 | |
changeset 148 | 6b32182a7fba |
parent 136 | 5fed7e1716c2 |
child 155 | 76ae75975ee2 |
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": { |
148 | 4 |
"ember": "~2.4.3", |
5 |
"ember-cli-shims": "0.1.1", |
|
119
b495d8c1bf4f
upgrade packages version, correct dependencies
ymh <ymh.work@gmail.com>
parents:
103
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", |
125 | 12 |
"font-awesome": "~4.4.0", |
126
e87a340711a4
improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
125
diff
changeset
|
13 |
"pretender": "~0.10.1", |
e87a340711a4
improve on dataloading. add fixture management with proper interface to load data.
ymh <ymh.work@gmail.com>
parents:
125
diff
changeset
|
14 |
"lodash": "~3.7.0", |
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" |
125 | 17 |
}, |
18 |
"resolutions": { |
|
19 |
"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
|
20 |
} |
d4b3da0dadc9
init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff
changeset
|
21 |
} |