forked from osteele/functional-javascript
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 773 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 773 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "Lambda.js",
"description": "String based lambdas for Node.js and the browser, that allow strings such as 'x+1' and 'x -> x+1' to be used as functions.",
"homepage": "https://github.com/fschaefer/Lambda.js",
"author": "Florian Schäfer",
"repository": {
"type": "git",
"url": "git://github.com/fschaefer/Lambda.js.git"
},
"keywords": [
"anonymous",
"expression",
"function",
"lambda"
],
"bugs": {
"email": "florian.schaefer+Lambda.js@gmail.com",
"url": "https://github.com/fschaefer/Lambda.js/issues"
},
"dependencies": {},
"devDependencies": {},
"contributors": [],
"engine": "node >= 0.8.0",
"main": "Timer.js",
"version": "0.0.1"
}