Mercurial > code > home > repos > light9
view package.json @ 1408:fa6b2e6d0799
checkpoint show data
Ignore-this: 937d92addd60223dccbaa0eebbcb02ea
author | drewp@bigasterisk.com |
---|---|
date | Mon, 15 Jun 2015 22:37:38 +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" } }