| author | ymh <ymh.work@gmail.com> |
| Tue, 18 Oct 2016 14:38:56 +0200 | |
| changeset 353 | bf1bc6b08c46 |
| parent 346 | 4cd0f8c936ed |
| child 393 | 5ef3bfef0bff |
| 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": { |
|
306
3fccf43160a7
Some more changes linked to the change of api organization + some jshint error cleaning
ymh <ymh.work@gmail.com>
parents:
262
diff
changeset
|
4 |
"ember": "~2.8.0", |
| 148 | 5 |
"ember-cli-shims": "0.1.1", |
| 125 | 6 |
"ember-qunit-notifications": "0.1.0", |
7 |
"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
|
8 |
"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
|
9 |
"bootstrap-sass": "bootstrap-sass-official#~3.3.6", |
| 84 | 10 |
"ammap3": "~3.18.6", |
| 156 | 11 |
"font-awesome": "~4.6.1", |
12 |
"pretender": "~1.1.0", |
|
13 |
"lodash": "~4.11.1", |
|
| 173 | 14 |
"Faker": "~3.1.0", |
|
221
0bee030d7411
Add popcorn-js in dependencies
Chloe Laisne <chloe.laisne@gmail.com>
parents:
173
diff
changeset
|
15 |
"store": "https://github.com/marcuswestin/store.js.git#v1.3.20", |
|
346
4cd0f8c936ed
upgrade build and delivery process for integration
ymh <ymh.work@gmail.com>
parents:
306
diff
changeset
|
16 |
"popcorn-js": "popcornjs#^1.5.11" |
|
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 |
} |