client/bower.json
author rougeronj
Thu, 04 Jun 2015 20:12:49 +0200
changeset 116 6803d581ff19
parent 106 cb13a9009bf5
child 171 903d6f504f71
permissions -rw-r--r--
update config.tmpl and add auth_Jamespot (so jamespot can send us a jwt and log in automatically)

{
  "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.3",
    "angular-route": "~1.3",
    "angular-resource": "~1.3",
    "angular-bootstrap": "~0.11.0",
    "angular-ui-sortable": "~0.13.3",
    "bootstrap": "~ 3.3.4",
    "angular-touch": "~1.4.0"
  }
}