Files @ ea9e8f581eea
Branch filter:

Location: light9/package.json

Drew Perttula
WIP optimization for note point dragging
Ignore-this: 2a7090064d70678dcbd4cdbbf435b57c
{
  "name": "light9",
  "version": "1.0.0",
  "description": "Mini instructions:",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "dependencies": {
    "chai": "^3.5.0",
    "mocha": "^2.5.3"
  },
  "devDependencies": {
    "mocha": "^2.5.3"
  },
  "scripts": {
    "test": "mocha"
  }
}