panda-garden
Version:
Functional programming helpers for JavaScript.
32 lines (31 loc) • 614 B
JSON
{
"name": "panda-garden",
"version": "5.0.0",
"description": "Functional programming helpers for JavaScript.",
"files": [
"build/npm"
],
"main": "build/npm/src/index.js",
"scripts": {
"test": "p9k npm:test"
},
"repository": {
"type": "git",
"url": "git://github.com/dyoder/panda-garden.git"
},
"keywords": [
"functional programming",
"JavaScript"
],
"authors": [
"Dan Yoder"
],
"license": "MIT",
"dependencies": {},
"devDependencies": {
"amen": "^3.0.0",
"panda-9000": "5.0.2",
"panda-builder": "4.0.13"
},
"engine": "node >= 12.8.0"
}