underarm
Version:
Transducers for JavaScript with Underscore API and Async extensions
30 lines (29 loc) • 557 B
JSON
{
"name": "underarm",
"main": "build/underarm.min.js",
"version": "0.8.0",
"homepage": "https://github.com/kevinbeaty/underarm",
"authors": [
"Kevin Beaty <kevin@simplectic.com>"
],
"description": "Transducers for JavaScript with Underscore API and Async extensions",
"moduleType": [
"amd",
"globals"
],
"keywords": [
"transducer",
"underscore",
"reactive",
"reducer",
"async",
"promise"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test"
]
}