client/annotviz/bower.json
author rougeronj
Mon, 13 Apr 2015 17:11:47 +0200
changeset 146 192d7d7f7bb4
parent 125 f9dd7bfed997
permissions -rw-r--r--
Add dynamicRange option. Adapt rescaleScene to be able to increase the scale (new note is added) or decrease the scale (a note is deleted).

{
  "name": "annotviz",
  "version": "0.0.0",
  "dependencies": {
    "randomColor": "davidmerfield/randomColor#~0.1.1",
    "pixi": "~2.2.3",
    "lodash": "~2.4.1",
    "moment": "~2.9.0"
  }
}