Files @ 7480e26c75ed
Branch filter:

Location: light9/package.json - annotation

Drew Perttula
better throttling of adjuster redraws
Ignore-this: 4820a88e2ac6325945efb62906d2e7eb
{
  "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"
  }
}