This repository has been archived by the owner on Jul 25, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
57 lines (57 loc) · 1.82 KB
/
package.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
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "fantasy-frees",
"description": "Free yourself in the land of fantasies.",
"author": "Simon Richardson <[email protected]> (https://github.com/SimonRichardson)",
"homepage": "https://github.com/fantasyland/fantasy-frees",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/fantasyland/fantasy-frees.git"
},
"dependencies": {
"fantasy-combinators": "^0.x.x",
"fantasy-eithers": "^0.x.x",
"fantasy-sorcery": "^0.x.x",
"fantasy-land": "git+https://github.com/fantasyland/fantasy-land.git",
"fantasy-consts": "git+https://github.com/fantasyland/fantasy-consts.git",
"daggy": "^0.x.x"
},
"devDependencies": {
"nodeunit": "0.9.x",
"fantasy-check": "^0.1.x",
"fantasy-helpers": "^0.x.x",
"fantasy-states": "^0.x.x",
"fantasy-lenses": "^0.x.x",
"fantasy-tuples": "^0.x.x",
"fantasy-cofrees": "git+https://github.com/fantasyland/fantasy-cofrees.git",
"fantasy-identities": "git+https://github.com/fantasyland/fantasy-identities.git",
"fantasy-options": "git+https://github.com/fantasyland/fantasy-options.git",
"fantasy-writers": "git+https://github.com/fantasyland/fantasy-writers.git",
"fantasy-coproducts": "git+https://github.com/fantasyland/fantasy-coproducts.git",
"fantasy-io": "git+https://github.com/fantasyland/fantasy-io.git",
"readline-sync": "^1.2.19"
},
"scripts": {
"test": "node --harmony_destructuring node_modules/.bin/nodeunit test/*.js"
},
"files": [
"fantasy-frees.js",
"src/*.js"
],
"main": "fantasy-frees.js",
"version": "0.1.0",
"bugs": {
"url": "https://github.com/fantasyland/fantasy-frees/issues"
},
"directories": {
"example": "examples",
"test": "test"
},
"keywords": [
"Free",
"Monads",
"Coyoneda",
"Yoneda",
"Trampoline"
]
}