functional.js
Version:
A functional JavaScript library that facilitates currying and point-free programming, with optional lambda expressions.
22 lines (21 loc) • 503 B
JSON
{
"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",
"homepage": "http://functionaljs.com",
"version": "0.8.0",
"keywords": [
"functional",
"curry",
"arity",
"compose",
"iterator",
"lambda",
"underscore"
],
"repo": "leecrossley/functional-js",
"main": "functional.js",
"scripts": [
"functional.js"
]
}