-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 819 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 819 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
27
28
29
30
31
32
33
34
35
36
{
"name": "data.lens",
"version": "0.0.3",
"main" : "src/lens.js",
"repository" : {
"type" : "git",
"url" : "git://github.com/Laiff/data.lens"
},
"keywords": [
"functional",
"programming",
"fp",
"lens"
],
"author": "Andrew Laiff",
"homepage": "https://github.com/Laiff/data.lens",
"license": "MIT",
"gitHead": "",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/Laiff/data.lens/issues"
},
"devDependencies": {
"mocha" : "latest",
"expect.js" : "latest",
"sinon" : "latest"
},
"dependencies": {
"core.lambda" : "~1.0.0",
"core.operators" : "~1.0.0",
"data.maybe" : "~1.1.0"
},
"engines" : {
"node" : "*"
}
}