view package.json @ 1450:ddb7622698a8

don't mix remapped values with unremapped ones Ignore-this: 80a2fbf0293d26d88ea34ec1e0eab5b5
author drewp@bigasterisk.com
date Sat, 11 Jun 2016 22:27:51 +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"
  }
}