forked from ramda/ramda-fantasy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
41 lines (41 loc) · 836 Bytes
/
bower.json
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
37
38
39
40
41
{
"name": "ramda-fantasy",
"description": "Fantasy Land compatible types for easy integration with Ramda",
"version": "0.2.0",
"authors": [{
"name": "Michael Hurley",
"email": "[email protected]",
"homepage": "buzzdecafe.com"
}, {
"name": "Ludwig Magnusson",
}],
"homepage": "https://www.github.com/ramda/ramda-fantasy",
"license": "MIT",
"moduleType": [
"node"
],
"repository": {
"type": "git",
"url": "git://github.com/ramda/ramda-fantasy.git"
},
"keywords": [
"abstract",
"adt",
"datatype",
"functional",
"type"
],
"dependencies": {
"ramda": "^0.14.0"
},
"devDependencies": {
"jshint": "~2.7.0",
"jsverify": "^0.5.1",
"mocha": "^2.1.0",
"uglify-js": "2.4.x",
"xyz": "0.5.x"
},
"ignore": [
"node_modules"
]
}