cms/app-client/bower.json
author nowmad@nowmads-macbook-pro.local
Fri, 15 Jan 2016 15:49:42 +0100
changeset 84 36f84e8f1ad5
parent 82 d489885d116d
child 90 f0609941aa98
permissions -rw-r--r--
add d3js for langue visu add modal update css
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": {
d4b3da0dadc9 init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
     4
    "ember": "1.13.7",
d4b3da0dadc9 init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
     5
    "ember-cli-shims": "ember-cli/ember-cli-shims#0.0.3",
d4b3da0dadc9 init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
     6
    "ember-cli-test-loader": "ember-cli-test-loader#0.1.3",
d4b3da0dadc9 init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
     7
    "ember-data": "1.13.8",
d4b3da0dadc9 init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
     8
    "ember-load-initializers": "ember-cli/ember-load-initializers#0.1.5",
d4b3da0dadc9 init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
     9
    "ember-qunit": "0.4.9",
d4b3da0dadc9 init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
    10
    "ember-qunit-notifications": "0.0.7",
d4b3da0dadc9 init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
    11
    "ember-resolver": "~0.1.18",
d4b3da0dadc9 init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
    12
    "jquery": "^1.11.3",
d4b3da0dadc9 init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
    13
    "loader.js": "ember-cli/loader.js#3.2.1",
d4b3da0dadc9 init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
    14
    "qunit": "~1.18.0",
36
2ee96abcce94 add ammap dependences to load the map in the component visu-carto
nowmad@nowmads-macbook-pro.local
parents: 5
diff changeset
    15
    "bootstrap-sass": "~3.3.5",
84
36f84e8f1ad5 add d3js for langue visu
nowmad@nowmads-macbook-pro.local
parents: 82
diff changeset
    16
    "ammap3": "~3.18.6",
82
d489885d116d add fontawesome and improve results and tags interface
nowmad@nowmads-macbook-pro.local
parents: 36
diff changeset
    17
    "font-awesome": "~4.4.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
}