fly-mocha
Version:
Mocha plugin for Fly
38 lines (37 loc) • 722 B
JSON
{
"name": "fly-mocha",
"version": "1.0.2",
"description": "Mocha plugin for Fly",
"license": "MIT",
"repository": "https://github.com/bucaran/fly-mocha",
"main": "index.js",
"scripts": {
"test": "eslint *.js && tape test/*.js | tap-spec"
},
"author": "Jorge Bucaran",
"contributors": [
{
"name": "Pine Mizune",
"email": "pinemz@gmail.com",
"url": "https://github.com/pine"
}
],
"dependencies": {
"mocha": "^3.0.0"
},
"devDependencies": {
"eslint": "^3.14.1",
"fly": ">=2.0.2 <3.0.0",
"tap-spec": "^4.1.1",
"tape": "^4.0.0"
},
"engines": {
"node": ">= 4.6"
},
"keywords": [
"fly",
"fly-plugin",
"mocha",
"test"
]
}