client/bower.json
author rougeronj
Fri, 16 Oct 2015 12:16:20 +0200
changeset 189 0ffed992c271
parent 171 903d6f504f71
permissions -rw-r--r--
show message in case no book or visit

{
  "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"
  }
}