property-handlers
Version:
Utility for mapping object properties to handler functions
32 lines (31 loc) • 834 B
JSON
{
"name": "property-handlers",
"description": "Utility for mapping object properties to handler functions",
"main": "lib/index.js",
"scripts": {
"test": "node_modules/.bin/mocha --ui bdd --reporter spec ./test && node_modules/.bin/jshint lib"
},
"repository": {
"type": "git",
"url": "git://github.com/patrick-steele-idem/property-handlers.git"
},
"keywords": [
"utlity",
"object",
"properties",
"handler",
"functions"
],
"author": "Patrick Steele-Idem <pnidem@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/patrick-steele-idem/property-handlers/issues"
},
"homepage": "https://github.com/patrick-steele-idem/property-handlers",
"devDependencies": {
"mocha": "~1.17.1",
"chai": "~1.9.0",
"jshint": "~2.4.4"
},
"version": "1.1.1"
}