fpg
Version:
Tiny JavaScript Functional Programming Library
32 lines (31 loc) • 693 B
JSON
{
"name": "fpg",
"version": "1.0.23",
"description": "Tiny JavaScript Functional Programming Library",
"main": "src/index.js",
"scripts": {
"test": "tape 'src/test/*.test.js'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tarasowski/fpg.git"
},
"keywords": [
"ramda",
"functional",
"programming",
"filter",
"compose",
"pipe"
],
"author": "Dimitri Tarasowski <dimitri+npm@tarasowski.de>",
"license": "MIT",
"bugs": {
"url": "https://github.com/tarasowski/fpg/issues"
},
"homepage": "https://github.com/tarasowski/fpg#readme",
"devDependencies": {
"browserify": "^17.0.0",
"tape": "^4.9.1"
}
}