forked from ramda/ramda-fantasy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
44 lines (44 loc) · 860 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
42
43
44
{
"name": "ramda-fantasy",
"description": "Fantasy Land compatible types for easy integration with Ramda",
"version": "0.8.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.15.0 <=0.22.x"
},
"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"
]
}