enough
Version:
30 lines (29 loc) • 703 B
JSON
{
"name": "enough",
"version": "0.2.0",
"description": "enough",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/enoughjs/enough.git"
},
"dependencies": {
},
"keywords": ["enough"],
"devDependencies": {
"mocha": "*",
"should": "*",
"istanbul": "*",
"should": "~4.0.4",
"jshint": "*"
},
"scripts": {
"test": "mocha test/**/*.js",
"test-travis": "node node_modules/.bin/istanbul cover node_modules/.bin/_mocha --report lcovonly -- -t 20000 test/*.test.js"
},
"homepage": "https://enoughjs.github.com/enough",
"author": "xudafeng",
"email": "xudafeng@126.com",
"blog": "http://xdf.me",
"license": "MIT"
}