forked from fantasyland/fantasy-io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 936 Bytes
/
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
{
"name": "fantasy-io",
"version": "0.0.1",
"description": "IO control structure.",
"main": "fantasy-io.js",
"files": ["fantasy-io.js", "src/*.js"],
"repository": {
"type": "git",
"url": "git://github.com/puffnfresh/fantasy-io.git"
},
"keywords": [
"fantasyland",
"io",
"monad"
],
"author": "Brian McKenna",
"license": "MIT",
"bugs": {
"url": "https://github.com/puffnfresh/fantasy-io/issues"
},
"dependencies": {
"daggy": "0.0.x",
"fantasy-combinators": "0.0.x",
"fantasy-land": "git+https://github.com/fantasyland/fantasy-land.git"
},
"devDependencies": {
"nodeunit": "0.9.x",
"fantasy-check": "0.1.4",
"fantasy-helpers": "0.0.x",
"fantasy-tuples": "0.0.1",
"fantasy-identities": "git+https://github.com/fantasyland/fantasy-identities.git"
},
"scripts": {
"test": "node --harmony_destructuring node_modules/.bin/nodeunit test/*.js"
}
}