UNPKG

earl-mocha

Version:

Earl Grey macros wrapping Mocha tests

36 lines (35 loc) 831 B
{ "name": "earl-mocha", "version": "0.1.0", "description": "Earl Grey macros wrapping Mocha tests", "main": "lib/index.js", "dependencies": { "earlgrey-runtime": "^0.1.0" }, "devDependencies": { "earlgrey": "^0.1.0" }, "scripts": { "refresh": "earl compile -5vso lib/ src/", "compile": "earl compile -5rvso lib/ src/", "prepublish": "npm run compile", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/breuleux/earl-mocha" }, "keywords": [ "earlgrey", "earlgrey-macros", "test", "testing", "mocha" ], "author": "Olivier Breuleux", "license": "MIT", "bugs": { "url": "https://github.com/breuleux/earl-mocha/issues" }, "homepage": "https://github.com/breuleux/earl-mocha" }