client/bower.json
author nowmad@23.1.168.192.in-addr.arpa
Wed, 02 Dec 2015 18:07:42 +0100
changeset 197 8b87432acffc
parent 171 903d6f504f71
permissions -rw-r--r--
Update search to match the new response from exalead
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
cef349423167 add basic file org + client prototype
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
{
cef349423167 add basic file org + client prototype
ymh <ymh.work@gmail.com>
parents:
diff changeset
     2
  "name": "ammico",
cef349423167 add basic file org + client prototype
ymh <ymh.work@gmail.com>
parents:
diff changeset
     3
  "main": "app.js",
cef349423167 add basic file org + client prototype
ymh <ymh.work@gmail.com>
parents:
diff changeset
     4
  "version": "0.0.0",
cef349423167 add basic file org + client prototype
ymh <ymh.work@gmail.com>
parents:
diff changeset
     5
  "authors": [
cef349423167 add basic file org + client prototype
ymh <ymh.work@gmail.com>
parents:
diff changeset
     6
    "IRI"
cef349423167 add basic file org + client prototype
ymh <ymh.work@gmail.com>
parents:
diff changeset
     7
  ],
cef349423167 add basic file org + client prototype
ymh <ymh.work@gmail.com>
parents:
diff changeset
     8
  "license": "Ceccill-C",
cef349423167 add basic file org + client prototype
ymh <ymh.work@gmail.com>
parents:
diff changeset
     9
  "private": true,
cef349423167 add basic file org + client prototype
ymh <ymh.work@gmail.com>
parents:
diff changeset
    10
  "ignore": [
cef349423167 add basic file org + client prototype
ymh <ymh.work@gmail.com>
parents:
diff changeset
    11
    "**/.*",
cef349423167 add basic file org + client prototype
ymh <ymh.work@gmail.com>
parents:
diff changeset
    12
    "node_modules",
cef349423167 add basic file org + client prototype
ymh <ymh.work@gmail.com>
parents:
diff changeset
    13
    "bower_components",
cef349423167 add basic file org + client prototype
ymh <ymh.work@gmail.com>
parents:
diff changeset
    14
    "test",
cef349423167 add basic file org + client prototype
ymh <ymh.work@gmail.com>
parents:
diff changeset
    15
    "tests"
cef349423167 add basic file org + client prototype
ymh <ymh.work@gmail.com>
parents:
diff changeset
    16
  ],
88
2db951a4a04c updates dependencies and add main-bower-file to gulpfile to concatenate the vendorJs
rougeronj
parents: 49
diff changeset
    17
  "dependencies": {
171
903d6f504f71 update the libraries of the client app
rougeronj
parents: 106
diff changeset
    18
    "angular": "~1.4.0",
903d6f504f71 update the libraries of the client app
rougeronj
parents: 106
diff changeset
    19
    "angular-route": "~1.4.0",
903d6f504f71 update the libraries of the client app
rougeronj
parents: 106
diff changeset
    20
    "angular-resource": "~1.4.0",
903d6f504f71 update the libraries of the client app
rougeronj
parents: 106
diff changeset
    21
    "angular-bootstrap": "~0.13.0",
903d6f504f71 update the libraries of the client app
rougeronj
parents: 106
diff changeset
    22
    "angular-ui-sortable": "~0.13.4",
903d6f504f71 update the libraries of the client app
rougeronj
parents: 106
diff changeset
    23
    "bootstrap": "~3.3.4",
903d6f504f71 update the libraries of the client app
rougeronj
parents: 106
diff changeset
    24
    "angular-touch": "~1.4.0",
903d6f504f71 update the libraries of the client app
rougeronj
parents: 106
diff changeset
    25
    "angular-messages": "~1.4.0"
0
cef349423167 add basic file org + client prototype
ymh <ymh.work@gmail.com>
parents:
diff changeset
    26
  }
cef349423167 add basic file org + client prototype
ymh <ymh.work@gmail.com>
parents:
diff changeset
    27
}