client/annot-client/bower.json
author ymh <ymh.work@gmail.com>
Mon, 12 Jan 2015 14:08:09 +0100
changeset 82 ae37d35a419c
parent 81 a6bbf198bd24
permissions -rw-r--r--
Added tag V01.00 for changeset a6bbf198bd24

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