UNPKG

autonomy

Version:

Lightweight functional utility library complementing ES6

33 lines (32 loc) 704 B
{ "author": "Eirik Albrigtsen <analsandblaster@gmail.com>", "name": "autonomy", "description": "Lightweight functional utility library complementing ES6", "version": "2.1.0", "repository": { "type": "git", "url": "clux/autonomy" }, "keywords": [ "utility", "functional", "haskell", "curry", "zipWith", "FP", "ES6" ], "main": "autonomy.js", "scripts": { "test": "bndg test/*.js", "precoverage": "istanbul cover bndg test/*.js", "coverage": "cat coverage/lcov.info && rm -rf coverage" }, "dependencies": {}, "devDependencies": { "bandage": "^0.4.2", "istanbul": "^0.4.2", "operators": "^1.0.0" }, "license": "MIT" }