cms/app-client/bower.json
author ymh <ymh.work@gmail.com>
Sun, 27 Nov 2016 15:12:30 +0100
changeset 447 38d5789e30d0
parent 406 cf0f23803a53
child 450 7bddb57bf806
permissions -rw-r--r--
Improce notice data display, correct m3.23
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": {
406
cf0f23803a53 upgrade elasticsearch to 5.0, upgrade ember
ymh <ymh.work@gmail.com>
parents: 394
diff changeset
     4
    "ember": "~2.9.0",
cf0f23803a53 upgrade elasticsearch to 5.0, upgrade ember
ymh <ymh.work@gmail.com>
parents: 394
diff changeset
     5
    "ember-cli-shims": "0.1.3",
125
e550b10fe3ca add language resolver on api data
ymh <ymh.work@gmail.com>
parents: 119
diff changeset
     6
    "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
     7
    "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
     8
    "bootstrap-sass": "bootstrap-sass-official#~3.3.6",
84
36f84e8f1ad5 add d3js for langue visu
nowmad@nowmads-macbook-pro.local
parents: 82
diff changeset
     9
    "ammap3": "~3.18.6",
156
7203efa0ddbf upgrade dependencies
ymh <ymh.work@gmail.com>
parents: 155
diff changeset
    10
    "font-awesome": "~4.6.1",
7203efa0ddbf upgrade dependencies
ymh <ymh.work@gmail.com>
parents: 155
diff changeset
    11
    "pretender": "~1.1.0",
7203efa0ddbf upgrade dependencies
ymh <ymh.work@gmail.com>
parents: 155
diff changeset
    12
    "lodash": "~4.11.1",
173
cf7b221238fd Work on test fixtures:
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
    13
    "Faker": "~3.1.0",
221
0bee030d7411 Add popcorn-js in dependencies
Chloe Laisne <chloe.laisne@gmail.com>
parents: 173
diff changeset
    14
    "store": "https://github.com/marcuswestin/store.js.git#v1.3.20",
393
5ef3bfef0bff add colors to visu chrono
ymh <ymh.work@gmail.com>
parents: 346
diff changeset
    15
    "popcorn-js": "popcornjs#^1.5.11",
394
48458e099b05 make dynamic filters for all route and do some code pruning and cleaning
ymh <ymh.work@gmail.com>
parents: 393
diff changeset
    16
    "chroma-js": "gka/chroma.js#master",
447
38d5789e30d0 Improce notice data display, correct m3.23
ymh <ymh.work@gmail.com>
parents: 406
diff changeset
    17
    "urijs": "^1.18.2",
38d5789e30d0 Improce notice data display, correct m3.23
ymh <ymh.work@gmail.com>
parents: 406
diff changeset
    18
    "leaflet": "^1.0.0"
5
d4b3da0dadc9 init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
    19
  }
d4b3da0dadc9 init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
    20
}