cms/app-client/bower.json
author nowmad@nowmads-macbook-pro.local
Mon, 30 Nov 2015 17:50:02 +0100
changeset 36 2ee96abcce94
parent 5 d4b3da0dadc9
child 82 d489885d116d
permissions -rw-r--r--
add ammap dependences to load the map in the component visu-carto
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",
2ee96abcce94 add ammap dependences to load the map in the component visu-carto
nowmad@nowmads-macbook-pro.local
parents: 5
diff changeset
    16
    "ammap3": "~3.17.3"
5
d4b3da0dadc9 init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
    17
  }
d4b3da0dadc9 init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
    18
}