polymorf
Version:
Polymorphic function dispatch
35 lines (34 loc) • 735 B
JSON
{
"name": "polymorf",
"version": "1.1.0",
"description": "Polymorphic function dispatch",
"main": "index.js",
"scripts": {
"test": "tape test.js",
"coverage": "istanbul cover node_modules/.bin/tape test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/alanshaw/polymorf.git"
},
"keywords": [
"polymorphic",
"polymorphism",
"polymorph",
"dispatch",
"multimethods"
],
"author": "Alan Shaw",
"license": "ISC",
"bugs": {
"url": "https://github.com/alanshaw/polymorf/issues"
},
"homepage": "https://github.com/alanshaw/polymorf",
"dependencies": {
"is-type": "0.0.1"
},
"devDependencies": {
"istanbul": "^0.3.2",
"tape": "^3.0.3"
}
}