UNPKG

flowleft

Version:

Function composition from left to right.

45 lines (44 loc) 919 B
{ "name": "flowleft", "version": "0.0.1", "description": "Function composition from left to right.", "main": "flowleft.js", "directories": { "test": "test" }, "files": [ "flowleft.js" ], "scripts": { "test": "./node_modules/tape/bin/tape test/*.js" }, "repository": { "type": "git", "url": "https://github.com/miguelmota/flowleft" }, "keywords": [ "function", "compose", "flow", "backflow" ], "author": { "name": "Miguel Mota", "email": "hello@miguelmota.com", "url": "http://www.miguelmota.com/" }, "license": { "type": "MIT", "url": "https://github.com/miguelmota/flowleft/blob/master/LICENSE.md" }, "bugs": { "url": "https://github.com/miguelmota/flowleft/issues" }, "homepage": "https://github.com/miguelmota/flowleft", "devDependencies": { "tape": "^3.0.3" }, "engines": { "node": ">=0.10.0" } }