forked from fantasyland/fantasy-promises
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1006 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": "fantasy-promises",
"description": "Fantasy Land compatible monadic promises.",
"repository": {
"type": "git",
"url": "https://github.com/fantasyland/fantasy-promises.git"
},
"keywords": [
"promise",
"promises",
"fantasyland",
"monad",
"async",
"asynchronous",
"deferred"
],
"author": "Brian McKenna",
"license": "MIT",
"bugs": {
"url": "https://github.com/fantasyland/fantasy-promises/issues"
},
"dependencies": {
"daggy": "0.0.x",
"fantasy-combinators": "0.0.1",
"fantasy-land": "^3.3.0"
},
"devDependencies": {
"fantasy-helpers": "0.0.x",
"fantasy-identities": "0.x.x",
"jsverify": "^0.8.2",
"mocha": "^3.5.0",
"nodeunit": "^0.11.1",
"sanctuary-type-classes": "^6.0.0"
},
"scripts": {
"readme": "$(npm bin)/emu < src/promise.js > README.md",
"test": "mocha"
},
"files": [
"fantasy-promises.js",
"src/*.js"
],
"main": "fantasy-promises.js",
"version": "0.2.0"
}