forked from bpmn-io/bpmn-js-token-simulation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.84 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
{
"name": "bpmn-js-token-simulation",
"version": "0.11.1",
"description": "bpmn-js token simulation extension",
"main": "index.js",
"scripts": {
"all": "run-s lint test bundle",
"bundle": "webpack",
"bundle:watch": "webpack -w",
"start": "webpack-dev-server --content-base ./example --open-page index.html",
"lint": "eslint .",
"test": "karma start",
"dev": "npm test -- --auto-watch --no-single-run"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bpmn-io/bpmn-js-token-simulation.git"
},
"contributors": [
{
"name": "Patrick Dehn",
"url": "https://github.com/pedesen"
},
{
"name": "Philipp Fromme",
"url": "https://github.com/philippfromme"
},
{
"name": "Sebastian Warnke",
"url": "https://github.com/sebwarnke"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/bpmn-io/bpmn-js-token-simulation/issues"
},
"homepage": "https://github.com/bpmn-io/bpmn-js-token-simulation#readme",
"devDependencies": {
"bpmn-js": "^7.5.0",
"chai": "^4.2.0",
"copy-webpack-plugin": "^6.4.0",
"eslint": "^7.15.0",
"eslint-plugin-bpmn-io": "^0.11.0",
"istanbul-instrumenter-loader": "^3.0.1",
"karma": "^5.2.3",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage": "^2.0.3",
"karma-mocha": "^2.0.1",
"karma-sinon-chai": "^2.0.2",
"karma-spec-reporter": "0.0.32",
"karma-webpack": "^4.0.2",
"mocha": "^8.2.1",
"mocha-test-container-support": "^0.2.0",
"npm-run-all": "^4.1.5",
"puppeteer": "^1.20.0",
"raw-loader": "^0.5.1",
"sinon": "^7.5.0",
"sinon-chai": "^3.5.0",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
},
"dependencies": {
"min-dash": "^3.5.2",
"min-dom": "^3.1.3",
"svg.js": "^2.6.3"
}
}