Files @ 168262618f2d
Branch filter:

Location: light9/package.json

Drew Perttula
new test_js target for testing SyncedGraph
Ignore-this: fda788c5e8f5cf1190eb383e1cf2b1ad
{
  "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"
  }
}