forked from bptlab/chor-js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.26 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.26 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
{
"name": "chor-js",
"version": "0.4.2",
"description": "A BPMN 2.0 choreography diagram rendering toolkit and web modeler.",
"keywords": [
"choreography model",
"choreography",
"modeler",
"browser",
"choreo-js",
"toolkit",
"bpmn"
],
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"lint": "eslint .",
"test": "karma start"
},
"author": {
"name": "Jan Ladleif",
"url": "https://github.com/jan-ladleif"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/bptlab/chor-js"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babelify": "^8.0.0",
"browserify": "^16.1.0",
"chai": "^4.2.0",
"eslint": "^6.1.0",
"eslint-plugin-bpmn-io": "^0.8.2",
"karma": "^4.2.0",
"karma-browserify": "^5.2.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^3.0.0",
"karma-mocha": "^1.3.0",
"mocha": "^6.2.0",
"mocha-test-container-support": "^0.2.0",
"puppeteer": "^1.19.0",
"stringify": "^5.2.0",
"watchify": "^3.11.1"
},
"dependencies": {
"bpmn-js": "^3.4.3",
"diagram-js": "^3.3.1",
"inherits": "^2.0.4",
"min-dash": "^3.5.0",
"tiny-svg": "^2.2.0"
}
}