cms/app-client/bower.json
author ymh <ymh.work@gmail.com>
Wed, 10 Feb 2016 01:08:42 +0100
changeset 119 b495d8c1bf4f
parent 103 d7fbe237f779
child 125 e550b10fe3ca
permissions -rw-r--r--
upgrade packages version, correct dependencies
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": {
119
b495d8c1bf4f upgrade packages version, correct dependencies
ymh <ymh.work@gmail.com>
parents: 103
diff changeset
     4
    "ember": "2.3.1",
b495d8c1bf4f upgrade packages version, correct dependencies
ymh <ymh.work@gmail.com>
parents: 103
diff changeset
     5
    "ember-cli-shims": "0.1.0",
b495d8c1bf4f upgrade packages version, correct dependencies
ymh <ymh.work@gmail.com>
parents: 103
diff changeset
     6
    "ember-cli-test-loader": "0.2.2",
b495d8c1bf4f upgrade packages version, correct dependencies
ymh <ymh.work@gmail.com>
parents: 103
diff changeset
     7
    "ember-qunit-notifications": ">=0.1.0",
103
d7fbe237f779 update jquery and change input declaration which was deprecated
nowmad@23.1.168.192.in-addr.arpa
parents: 90
diff changeset
     8
    "jquery": "^2.1",
5
d4b3da0dadc9 init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
     9
    "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
    10
    "bootstrap-sass": "bootstrap-sass-official#~3.3.6",
84
36f84e8f1ad5 add d3js for langue visu
nowmad@nowmads-macbook-pro.local
parents: 82
diff changeset
    11
    "ammap3": "~3.18.6",
82
d489885d116d add fontawesome and improve results and tags interface
nowmad@nowmads-macbook-pro.local
parents: 36
diff changeset
    12
    "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
    13
  }
d4b3da0dadc9 init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
    14
}