UNPKG

fl

Version:

Functional lazy sequence operators

38 lines (37 loc) 708 B
{ "name": "fl", "version": "0.1.1", "description": "Functional lazy sequence operators", "keywords": [ "functional", "lazy", "sequence", "collections" ], "author": "Nick Fargo", "repository": { "type": "git", "url": "git://github.com/nickfargo/fl.git" }, "licenses": [ { "type": "MIT", "url": "https://raw.github.com/nickfargo/fl/master/LICENSE" } ], "main": "lib/index", "directories": { "test": "test" }, "scripts": { "test": "bin/test", "build": "bin/bundle", "prepublish": "npm run build" }, "dependencies": {}, "devDependencies": { "coffee-script": "~1.7.0", "mocha": "*", "chai": ">=1.5.0" } }