Files @ 361dbf72618f
Branch filter:

Location: light9/package.json

Drew Perttula
demo :live data for KC
Ignore-this: 21e891896dbd83afb075ff06fb51c5f5
{
  "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"
  }
}