panda-generics
Version:
Generic functions (multi-argument dispatch) for JavaScript.
36 lines (35 loc) • 745 B
JSON
{
"name": "panda-generics",
"version": "6.0.3",
"description": "Generic functions (multi-argument dispatch) for JavaScript.",
"main": "build/npm/src/index.js",
"main:coffee": "src/index.coffee",
"files": [
"src",
"build/npm/src"
],
"scripts": {
"test": "p9k npm:test"
},
"repository": {
"type": "git",
"url": "git://github.com/pandastrike/panda-generics.git"
},
"keywords": [
"functional programming",
"generic functions",
"multimethods"
],
"authors": [
"Dan Yoder"
],
"license": "MIT",
"devDependencies": {
"amen": "^3.0.0",
"panda-9000": "5.0.2",
"panda-builder": "4.0.13",
"panda-parchment": "5.0.1"
},
"dependencies": {},
"engine": "node >= 8.10"
}