flyd-flatmap
Version:
flatMap for Flyd.
30 lines (29 loc) • 581 B
JSON
{
"name": "flyd-flatmap",
"version": "1.0.2",
"description": "flatMap for Flyd.",
"main": "flatmap.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/paldepind/flyd-flatmap.git"
},
"keywords": [
"flyd",
"flatmap"
],
"author": "Simon Friis Vindum",
"license": "MIT",
"bugs": {
"url": "https://github.com/paldepind/flyd-flatmap/issues"
},
"homepage": "https://github.com/paldepind/flyd-flatmap",
"dependencies": {
"flyd": "0.1.x"
}
}