-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
45 lines (45 loc) · 996 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
37
38
39
40
41
42
43
44
45
{
"name": "future-io",
"version": "1.1.0",
"description": "IO Monad for JS",
"main": "lib/index.js",
"scripts": {
"test": "npm-run-all test:*",
"test:lint": "standard",
"test:unit": "nyc ava"
},
"repository": {
"type": "git",
"url": "git+https://github.com/futurize/future-io.git"
},
"contributors": [
"schtoeffel",
"Jasper Woudenberg"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/futurize/future-io/issues"
},
"homepage": "https://github.com/futurize/future-io#readme",
"standard": {
"parser": "babel-eslint"
},
"dependencies": {
"callsite": "^1.0.0",
"daggy": "0.0.1",
"data.task": "^3.1.0",
"is-promise": "^2.1.0",
"mz": "^2.4.0",
"resolve": "^1.1.7",
"sanctuary-def": "^0.6.0"
},
"devDependencies": {
"ava": "^0.18.0",
"babel-eslint": "^7.1.0",
"co": "^4.6.0",
"npm-run-all": "^4.0.1",
"nyc": "^10.0.0",
"standard": "^10.0.0",
"xyz": "^2.0.0"
}
}