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

{
  "name": "ammico",
  "main": "app.js",
  "version": "0.0.0",
  "authors": [
    "IRI"
  ],
  "license": "Ceccill-C",
  "private": true,
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ],
  "dependencies": {
    "angular": "~1.4.0",
    "angular-route": "~1.4.0",
    "angular-resource": "~1.4.0",
    "angular-bootstrap": "~0.13.0",
    "angular-ui-sortable": "~0.13.4",
    "bootstrap": "~3.3.4",
    "angular-touch": "~1.4.0",
    "angular-messages": "~1.4.0"
  }
}