Mercurial > code > home > repos > light9
view package.json @ 1535:04f2e93f04e3
effecteval log startup error
Ignore-this: 6ab4a5a770c8557a2459072dde4ce17e
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Wed, 10 May 2017 07:13:27 +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" } }