author | ymh <ymh.work@gmail.com> |
Sat, 06 Aug 2016 21:29:33 +0700 | |
changeset 261 | 02e2396bcbbc |
parent 221 | 0bee030d7411 |
child 262 | e999bcaa0c08 |
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": { |
261
02e2396bcbbc
Migrate to ember 2.7 + correct jquery null context error + declare shim for popcorn (instead of silencing the JSHint error)
ymh <ymh.work@gmail.com>
parents:
221
diff
changeset
|
4 |
"ember": "~2.7.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", |
261
02e2396bcbbc
Migrate to ember 2.7 + correct jquery null context error + declare shim for popcorn (instead of silencing the JSHint error)
ymh <ymh.work@gmail.com>
parents:
221
diff
changeset
|
16 |
"popcorn-js": "popcornjs#^1.5.11", |
02e2396bcbbc
Migrate to ember 2.7 + correct jquery null context error + declare shim for popcorn (instead of silencing the JSHint error)
ymh <ymh.work@gmail.com>
parents:
221
diff
changeset
|
17 |
"ember-qunit-notifications": "0.1.0" |
5
d4b3da0dadc9
init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff
changeset
|
18 |
} |
d4b3da0dadc9
init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff
changeset
|
19 |
} |