canary-js
Version:
A minimalist, functional JavaScript toolkit for mere mortals. Curried, data-last, and easy to learn.
31 lines (30 loc) • 656 B
JSON
{
"name": "canary-js",
"version": "3.3.1",
"description": "A minimalist, functional JavaScript toolkit for mere mortals. Curried, data-last, and easy to learn.",
"main": "index.js",
"types": "index.d.ts",
"type": "module",
"exports": "./index.js",
"keywords": [
"functional",
"javascript",
"fp",
"toolkit",
"curried",
"data-last",
"canaryjs",
"ramda",
"sanctuary"
],
"author": "Brad Mehder",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/bmehder/canary-js"
},
"bugs": {
"url": "https://github.com/bmehder/canary-js/issues"
},
"homepage": "https://github.com/bmehder/canary-js#readme"
}