client/bower.json
author rougeronj
Mon, 23 Mar 2015 12:20:28 +0100
changeset 21 4e9e005bce90
parent 0 cef349423167
child 44 5eab9718182b
permissions -rw-r--r--
update ammico user attribute to OnetoOneField instead of foreign key

{
  "name": "ammico",
  "main": "app.js",
  "version": "0.0.0",
  "authors": [
    "IRI"
  ],
  "license": "Ceccill-C",
  "private": true,
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ],
  "devDependencies": {
    "angular": "~1.3",
    "angular-route": "~1.3",
    "angular-resource": "~1.3",
    "angular-bootstrap": "~0.11.0",
    "bootstrap": "~3.1.1"
  }
}