-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·49 lines (49 loc) · 1.06 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
{
"description": "Concurrent Finite State Machine",
"optionalDependencies": {},
"dependencies": {},
"devDependencies": {
"@rollup/plugin-commonjs": "^11.0.2",
"@rollup/plugin-node-resolve": "^7.1.1",
"febs": "^0.8.92",
"rollup": "^2.1.0",
"rollup-plugin-babel-minify": "^10.0.0",
"rollup-plugin-typescript2": "^0.26.0",
"typescript": "^3.8.3"
},
"homepage": "https://github.com/brainpoint/febs-fsm#readme",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/brainpoint/febs-fsm.git"
},
"engines": {
"node": ">=8"
},
"directories": {},
"license": "MIT",
"keywords": [
"fsm",
"concurrent",
"finite",
"state",
"machine"
],
"files": [
"src",
"types",
"standard",
"concurrent"
],
"maintainers": [
{
"name": "brainpoint",
"email": "bpoint.lee@gmail.com"
}
],
"main": "standard/index.common.js",
"module": "standard/index.esm.min.js",
"unpkg": "standard/index.min.js",
"types": "types/index.d.ts",
"name": "febs-fsm",
"version": "0.0.6"
}