eatest
Version:
test function for eater
51 lines (50 loc) • 1.22 kB
JSON
{
"name": "eatest",
"description": "test function for eater",
"version": "1.0.0",
"author": "Nao Yonamine <mohayonao@gmail.com>",
"bugs": {
"url": "https://github.com/mohayonao/eatest/issues"
},
"dependencies": {
"colo": "^0.3.2"
},
"devDependencies": {
"babel-preset-power-assert": "^1.0.0",
"babel-register": "^6.11.6",
"eater": "^3.0.0-5",
"eslint": "^3.2.2",
"eslint-plugin-node": "^2.0.0",
"npm-run-all": "^2.3.0",
"power-assert": "^1.4.1"
},
"engines": {
"node": ">= 4.0.0"
},
"files": [
"package.json",
"README.md",
"lib"
],
"homepage": "https://github.com/mohayonao/eatest/",
"keywords": [
"eater",
"test"
],
"license": "MIT",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/mohayonao/eatest.git"
},
"scripts": {
"clean": "rm -rf npm-debug.log",
"eater": "eater",
"lint": "eslint lib test examples",
"postversion": "git push && git push --tags && npm run clean",
"prepublish": "npm-run-all clean lint eater",
"preversion": "npm-run-all clean lint eater",
"test": "eater --require babel-register",
"travis": "npm-run-all lint eater"
}
}