over
Version:
JavaScript function overloading framework.
30 lines (28 loc) • 630 B
JSON
{
"name": "over",
"description": "JavaScript function overloading framework.",
"author": "Joe Ferner <joe@fernsroth.com>",
"keywords": ["function", "overload"],
"version": "0.0.5",
"bugs": {
"url": "https://github.com/nearinfinity/node-over/issues"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/nearinfinity/node-over.git"
},
"main": "overload.js",
"scripts": {
"test": "./node_modules/.bin/nodeunit test"
},
"dependencies": {
},
"devDependencies": {
"nodeunit": "~0.7.4"
},
"optionalDependencies": {},
"engines": {
"node": "*"
}
}