cms/app-client/bower.json
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--
Migrate to ember 2.7 + correct jquery null context error + declare shim for popcorn (instead of silencing the JSHint error)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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
6b32182a7fba Upgrade app-client to ember 2.4.3
ymh <ymh.work@gmail.com>
parents: 136
diff changeset
     5
    "ember-cli-shims": "0.1.1",
125
e550b10fe3ca add language resolver on api data
ymh <ymh.work@gmail.com>
parents: 119
diff changeset
     6
    "ember-qunit-notifications": "0.1.0",
e550b10fe3ca add language resolver on api data
ymh <ymh.work@gmail.com>
parents: 119
diff changeset
     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
36f84e8f1ad5 add d3js for langue visu
nowmad@nowmads-macbook-pro.local
parents: 82
diff changeset
    10
    "ammap3": "~3.18.6",
156
7203efa0ddbf upgrade dependencies
ymh <ymh.work@gmail.com>
parents: 155
diff changeset
    11
    "font-awesome": "~4.6.1",
7203efa0ddbf upgrade dependencies
ymh <ymh.work@gmail.com>
parents: 155
diff changeset
    12
    "pretender": "~1.1.0",
7203efa0ddbf upgrade dependencies
ymh <ymh.work@gmail.com>
parents: 155
diff changeset
    13
    "lodash": "~4.11.1",
173
cf7b221238fd Work on test fixtures:
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
    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
}