client/annot-client/bower.json
author rougeronj
Fri, 10 Apr 2015 16:45:34 +0200
changeset 145 a8052f8ab19c
parent 81 a6bbf198bd24
permissions -rw-r--r--
add range options to scale the scene depending on this range. Add rescale function to rescale the scene when a note is out of this range

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