client/annot-client/bower.json
author ymh <ymh.work@gmail.com>
Fri, 09 Jan 2015 17:06:34 +0100
changeset 81 a6bbf198bd24
parent 80 dd414da0f0bb
permissions -rw-r--r--
change info for annot-client

{
  "name": "annot-client",
  "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",
    "allmighty-autocomplete": "*",
    "bootstrap": "~3.1.1",
    "string": "*"
  }
}