-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 1.47 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "brisk-control",
"version": "1.0.3",
"description": "Fantasy Land compatible types for easy integration with functional javascript libraries like ramda. This library benifits by having no dependencies",
"main": "index.js",
"directories": {
"doc": "docs"
},
"files": [
"index.js",
"src",
"dist",
"index.d.ts"
],
"scripts": {
"build": "rollup -c",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brisksale/brisk-control.git"
},
"author": "Dakota Murphy <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/brisksale/brisk-control/issues"
},
"engines": {
"node": ">=4.0.0"
},
"keywords": [
"algebraic",
"async",
"asynchronous",
"browser",
"control-flow",
"fantasy-land",
"fp",
"functional",
"functor",
"future",
"Action",
"action",
"library",
"monad",
"monadic",
"node",
"parallel",
"promise",
"sequential",
"Reader Monad",
"IO",
"Ramda",
"reader",
"maybe",
"either"
],
"devDependencies": {
"mocha": "^4.0.1",
"rollup": "^0.43.0",
"rollup-plugin-buble": "^0.15.0",
"rollup-plugin-commonjs": "^8.0.2",
"rollup-plugin-flow": "^1.1.1",
"rollup-plugin-json": "^2.3.0",
"rollup-plugin-node-resolve": "^3.0.0"
},
"homepage": "https://github.com/brisksale/brisk-control#readme",
"dependencies": {
"chai": "^4.1.2"
}
}