client/bower.json
author rougeronj
Fri, 22 May 2015 12:37:37 +0200
changeset 90 faf2cdb47813
parent 88 2db951a4a04c
child 106 cb13a9009bf5
permissions -rw-r--r--
remove "comment" from the model. Copy the 'comment' field of Jamespot in the 'description' field of the model instead

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