client/annotviz/bower.json
author ymh <ymh.work@gmail.com>
Fri, 23 Jan 2015 00:41:35 +0100
changeset 125 f9dd7bfed997
parent 93 79ae42ad97d4
permissions -rw-r--r--
introduce moment.js to correctly show the time
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
85
eff9460bd4f2 add new visualization + small corrections
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
{
eff9460bd4f2 add new visualization + small corrections
ymh <ymh.work@gmail.com>
parents:
diff changeset
     2
  "name": "annotviz",
eff9460bd4f2 add new visualization + small corrections
ymh <ymh.work@gmail.com>
parents:
diff changeset
     3
  "version": "0.0.0",
eff9460bd4f2 add new visualization + small corrections
ymh <ymh.work@gmail.com>
parents:
diff changeset
     4
  "dependencies": {
eff9460bd4f2 add new visualization + small corrections
ymh <ymh.work@gmail.com>
parents:
diff changeset
     5
    "randomColor": "davidmerfield/randomColor#~0.1.1",
93
79ae42ad97d4 optimize and refactor pianoroll component
ymh <ymh.work@gmail.com>
parents: 85
diff changeset
     6
    "pixi": "~2.2.3",
125
f9dd7bfed997 introduce moment.js to correctly show the time
ymh <ymh.work@gmail.com>
parents: 93
diff changeset
     7
    "lodash": "~2.4.1",
f9dd7bfed997 introduce moment.js to correctly show the time
ymh <ymh.work@gmail.com>
parents: 93
diff changeset
     8
    "moment": "~2.9.0"
85
eff9460bd4f2 add new visualization + small corrections
ymh <ymh.work@gmail.com>
parents:
diff changeset
     9
  }
eff9460bd4f2 add new visualization + small corrections
ymh <ymh.work@gmail.com>
parents:
diff changeset
    10
}