-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.42 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.42 KB
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
{
"name": "flow",
"version": "1.0.0",
"description": "Flow is a flow based programming library to simplify code structure.",
"main": "build/flow.js",
"directories": {
"example": "examples",
"lib": "lib"
},
"scripts": {
"test": "jest",
"build": "rollup -c config/rollup.config.js --environment build:production",
"prepublish": "npm run build",
"dev": "rollup -c config/rollup.config.js -w --environment build:dev",
"flow": "flow"
},
"keywords": [
"flow",
"flow",
"control",
"flow",
"based",
"programming",
"library",
"API",
"utility",
"schema",
"object",
"chainable",
"monad",
"bootstrap",
"turn",
"based",
"turn",
"based",
"programming",
"microcosm",
"declarative",
"javascript"
],
"author": "Levi Roberts",
"license": "MIT",
"devDependencies": {
"@rollup/plugin-strip": "^2.0.0",
"flow-bin": "^0.146.0",
"flow-remove-types": "^2.146.0",
"jest": "^26.6.3",
"rollup": "^2.41.2",
"rollup-plugin-cleanup": "^3.2.1",
"rollup-plugin-filesize": "^9.1.1",
"rollup-plugin-flow": "^1.1.1",
"rollup-plugin-gzip": "^2.5.0",
"rollup-plugin-terser": "^7.0.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NuFlow/FlowJS.git"
},
"bugs": {
"url": "https://github.com/NuFlow/FlowJS/issues"
},
"homepage": "https://github.com/NuFlow/FlowJS"
}