-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
47 lines (47 loc) · 1.15 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
{
"name": "stateless",
"version": "1.4.2",
"description": "Finite State Machine porting from Stateless C#",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tangkhaiphuong/stateless.git"
},
"keywords": [
"state machine",
"finite state machine",
"workflow",
"fsm",
"state chart",
"state diagram"
],
"author": "Tang Khai Phuong",
"license": "MIT",
"bugs": {
"url": "https://github.com/tangkhaiphuong/stateless/issues"
},
"homepage": "https://github.com/tangkhaiphuong/stateless#readme",
"devDependencies": {
"@types/gulp": "4.0.5",
"@types/gulp-filter": "3.0.32",
"@types/merge2": "1.1.4",
"@types/node": "10.9.4",
"gulp": "3.9.1",
"gulp-file": "0.4.0",
"gulp-filter": "5.1.0",
"gulp-tsc": "1.3.2",
"gulp-tslint": "8.1.3",
"gulp-typescript": "5.0.0-alpha.3",
"merge2": "1.2.2",
"run-sequence": "2.2.1",
"ts-gulp-tasks": "1.0.2",
"ts-node": "7.0.1",
"tslint": "5.11.0",
"typescript": "3.0.3"
}
}