prop-factory
Version:
Getter-setter factory utility
39 lines (38 loc) • 952 B
JSON
{
"name": "prop-factory",
"version": "1.0.0",
"description": "Getter-setter factory utility",
"main": "index.js",
"scripts": {
"coverage": "istanbul cover test/*.js",
"coveralls": "npm run coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
"lint": "jshint .",
"test": "tape test/*.js",
"validate": "npm run lint && npm test && npm run coveralls"
},
"repository": {
"type": "git",
"url": "https://github.com/jimf/prop-factory"
},
"keywords": [
"getter",
"setter",
"prop",
"property",
"factory",
"util",
"utility"
],
"author": "Jim Fitzpatrick",
"license": "MIT",
"bugs": {
"url": "https://github.com/jimf/prop-factory/issues"
},
"homepage": "https://github.com/jimf/prop-factory",
"devDependencies": {
"coveralls": "^2.11.2",
"istanbul": "^0.3.14",
"jshint": "^2.7.0",
"tape": "^4.0.0"
}
}