1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
{ "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" } }