client/bower.json
author ymh <ymh.work@gmail.com>
Tue, 28 Oct 2014 18:11:16 +0100
changeset 78 37bb8e326446
parent 11 c0f9f9ab2a8a
permissions -rw-r--r--
add a lable ro eventsession + add alembic migration for older databases

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