reducible
Version:
High-order abstraction for reducible data structures
50 lines (49 loc) • 1.17 kB
JSON
{
"name": "reducible",
"id": "reducible",
"version": "1.0.6",
"description": "High-order abstraction for reducible data structures",
"keywords": [
"reducers",
"reducible",
"reduce",
"data",
"sequence",
"stream",
"collection",
"transformation",
"composable",
"async",
"signal",
"manipulation"
],
"author": "Irakli Gozalishvili <rfobic@gmail.com> (http://jeditoolkit.com)",
"homepage": "https://github.com/Gozala/reducible",
"repository": {
"type": "git",
"url": "https://github.com/Gozala/reducible.git",
"web": "https://github.com/Gozala/reducible"
},
"bugs": {
"url": "http://github.com/Gozala/reducible/issues/"
},
"devDependencies": {
"test": "~0.x.0",
"phantomify": "~0.x.0"
},
"main": "./reducible.js",
"scripts": {
"test": "npm run test-node && npm run test-browser",
"test-browser": "node ./node_modules/phantomify/bin/cmd.js ./test/index.js",
"test-node": "node ./test/index.js"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/Gozala/reducible/License.md"
}
],
"dependencies": {
"method": "~2.0.x"
}
}