UNPKG

functional.js

Version:

A functional JavaScript library that facilitates currying and point-free programming, with optional lambda expressions.

45 lines (44 loc) 992 B
{ "name": "functional.js", "author": "Lee Crossley <leee@hotmail.co.uk> (http://ilee.co.uk/)", "description": "A functional JavaScript library that facilitates currying and point-free programming, with optional lambda expressions.", "homepage": "http://functionaljs.com", "version": "0.8.0", "main": "functional.js", "keywords": [ "functional", "curry", "arity", "compose", "iterator", "lambda", "underscore" ], "contributors": [ { "name": "Lee Crossley", "email": "leee@hotmail.co.uk" }, { "name": "Ryan Roberts", "email": "ryansroberts@gmail.com" } ], "scripts": { "test": "gulp test" }, "repository": { "type": "git", "url": "git@github.com:functionaljs/functional-js.git" }, "engines": { "node": ">= 0.8.x" }, "devDependencies": { "gulp": "^3.9.0", "gulp-jasmine": "^2.1.0", "gulp-jshint": "^2.0.0", "gulp-rename": "^1.2.2", "jshint": "^2.8.0" } }