Files @ 233b81d9bd9d
Branch filter:

Location: light9/package.json

Drew Perttula
simple first version of SyncedGraph.runHandler
Ignore-this: bbe6aa9fe4edd0de1564b57c1077e711
{
  "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"
  }
}