view package.json @ 1563:1b42120d97f5

mypy upgrade Ignore-this: f3d15dd4ced025a818b9601edb3ba8e9
author Drew Perttula <drewp@bigasterisk.com>
date Wed, 24 May 2017 08:30:56 +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"
  }
}