functioncreate
Version:
create functions with prototypal inheritance
35 lines (34 loc) • 714 B
JSON
{
"name": "functioncreate",
"version": "0.1.0",
"description": "create functions with prototypal inheritance",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "node node_modules/mocha/bin/mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/AgileDiagnosis/functioncreate.git"
},
"keywords": [
"function",
"prototype",
"construct",
"create",
"functional",
"substack"
],
"contributors": [
"jden <jason@denizac.org>"
],
"author": "Agile Diagnosis <hello@agilediagnosis.com>",
"license": "MIT",
"readmeFilename": "README.md",
"devDependencies": {
"chai": "~1.5.0",
"mocha": "~1.8.2"
}
}