bh-property-helpers
Version:
Helpers for nice property setters/getters creation
38 lines (37 loc) • 1.06 kB
JSON
{
"name": "bh-property-helpers",
"version": "0.0.4",
"description": "Helpers for nice property setters/getters creation",
"main": "index.js",
"scripts": {
"test": "mocha -R spec",
"bench": "matcha",
"coverage": "istanbul cover node_modules/.bin/_mocha --report html -- -R spec",
"coveralls": "istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage"
},
"repository": {
"type": "git",
"url": "git://github.com/floatdrop/bh-property-helpers.git"
},
"keywords": [
"Object.create",
"BH",
"property",
"constant",
"method"
],
"author": "Vsevolod Strukchinsky <floatdrop@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/floatdrop/bh-property-helpers/issues"
},
"homepage": "https://github.com/floatdrop/bh-property-helpers",
"devDependencies": {
"coveralls": "^2.7.0",
"istanbul": "^0.3.0",
"matcha": "^0.5.0",
"mocha": "^1.20.1",
"mocha-lcov-reporter": "^0.0.1",
"should": "^4.0.4"
}
}