view package.json @ 1429:01dd3928b635

KC can now fade in effects, which can be read from the graph Ignore-this: 8e45e99e677204465ed362d667e2d192
author Drew Perttula <drewp@bigasterisk.com>
date Sat, 11 Jun 2016 06:49:25 +0000
parents 168262618f2d
children 9be85c08a69f
line wrap: on
line source

{
  "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"
  }
}