ava-earl
Version:
AVA CLI for Earl Grey test files.
46 lines (45 loc) • 831 B
JSON
{
"name": "ava-earl",
"version": "0.3.0",
"description": "AVA CLI for Earl Grey test files.",
"license": "MIT",
"maintainers": [
{
"name": "Jake Russo",
"email": "madcap.russo@gmail.com",
"url": "github.com/MadcapJake"
}
],
"main": "lib/macros",
"bin": {
"agave": "cli.js"
},
"engines": {
"node": ">=2.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"lib/macros.js",
"lib/_cli.js",
"cli.js"
],
"repository": {
"type": "git",
"url": "https://github.com/madcapjake/ava-earl"
},
"keywords": [
"earl-grey",
"cli",
"ava",
"test"
],
"dependencies": {
"ava": "^0.2.0",
"earlgrey": "0.0.12",
"globby": "^3.0.1",
"meow": "^3.3.0",
"update-notifier": "^0.5.0"
}
}