cms/app-client/bower.json
author ymh <ymh.work@gmail.com>
Tue, 20 Mar 2018 15:02:40 +0100
changeset 573 25f3d28f51b2
parent 537 d2e6ee099125
permissions -rw-r--r--
Added tag 0.0.25 for changeset 190ae1dee68d
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": {
125
e550b10fe3ca add language resolver on api data
ymh <ymh.work@gmail.com>
parents: 119
diff changeset
     4
    "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
     5
    "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
     6
    "bootstrap-sass": "bootstrap-sass-official#~3.3.6",
84
36f84e8f1ad5 add d3js for langue visu
nowmad@nowmads-macbook-pro.local
parents: 82
diff changeset
     7
    "ammap3": "~3.18.6",
156
7203efa0ddbf upgrade dependencies
ymh <ymh.work@gmail.com>
parents: 155
diff changeset
     8
    "pretender": "~1.1.0",
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 511
diff changeset
     9
    "lodash": "~4.17.4",
173
cf7b221238fd Work on test fixtures:
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
    10
    "Faker": "~3.1.0",
221
0bee030d7411 Add popcorn-js in dependencies
Chloe Laisne <chloe.laisne@gmail.com>
parents: 173
diff changeset
    11
    "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
    12
    "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
    13
    "chroma-js": "gka/chroma.js#master",
447
38d5789e30d0 Improce notice data display, correct m3.23
ymh <ymh.work@gmail.com>
parents: 406
diff changeset
    14
    "urijs": "^1.18.2",
456
3a32d2f57429 ember 2.10
ymh <ymh.work@gmail.com>
parents: 450
diff changeset
    15
    "social-share-kit": "^1.0.13",
480
814468b0fc69 use rangeslider.js polyfill to ensure cross browser compatibility
ymh <ymh.work@gmail.com>
parents: 456
diff changeset
    16
    "interval-tree2": "IRI-Research/interval-tree2",
814468b0fc69 use rangeslider.js polyfill to ensure cross browser compatibility
ymh <ymh.work@gmail.com>
parents: 456
diff changeset
    17
    "rangeslider.js": "^2.3.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
}