Files @ ba6fd5eaa0cf
Branch filter:

Location: light9/package.json

Drew Perttula
start effectSequencer
Ignore-this: 6f8d5ba38410d26b0bf1660818c5d447
{
  "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"
  }
}