forked from WPS/egon.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
83 lines (83 loc) · 2.2 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "domain-story-modeler",
"version": "1.0.1",
"description": "A tool to visualize Domain Stories in the browser",
"repository": {
"type": "git",
"url": "https://github.com/wps/domain-story-modeler.git"
},
"scripts": {
"lint": "eslint .",
"auto-test": "npm test -- --auto-watch --no-single-run",
"test": "karma start",
"bundle": "grunt build",
"dev": "grunt auto-build",
"all": "run-s lint test bundle"
},
"keywords": [
"domain storytelling",
"process modeling",
"modeling",
"domain-driven design",
"ddd"
],
"author": {
"name": "WPS",
"url": "https://wps.de"
},
"contributors": [
{
"name": "Domain Story Modeler contributors",
"url": "https://github.com/wps/domain-story-modeler"
}
],
"license": "GPL-3.0-or-later",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"babelify": "^8.0.0",
"browserify": "^16.4.0",
"chai": "^4.2.0",
"eslint": "^6.1.0",
"eslint-plugin-bpmn-io": "^0.8.2",
"grunt": "^1.0.4",
"grunt-browserify": "^5.3.0",
"grunt-cli": "^1.3.2",
"grunt-contrib-clean": "v2.0.0",
"grunt-contrib-connect": "2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-copy-deps": "^1.4.0",
"karma": "^4.2.0",
"karma-browserify": "^6.1.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^3.0.0",
"karma-firefox-launcher": "^1.1.0",
"karma-ie-launcher": "^1.0.0",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-safari-launcher": "^1.0.0",
"karma-spec-reporter": "^0.0.32",
"load-grunt-tasks": "^5.1.0",
"mocha": "^6.2.0",
"mocha-test-container-support": "^0.2.0",
"npm-run-all": "^4.1.5",
"puppeteer": "^1.19.0",
"stringify": "^5.2.0",
"time-grunt": "^2.0",
"watchify": "^3.11.1"
},
"dependencies": {
"bpmn-js": "^3.4.1",
"collections": "^5.1.9",
"diagram-js": "^3.3.0",
"diagram-js-direct-editing": "^1.5.0",
"inherits": "^2.0.4",
"jquery": "^3.4.1",
"min-dash": "^3.5.0",
"sinon": "^7.4.1",
"sortablejs": "^1.9.0",
"tiny-svg": "^2.2.1",
"vanilla-picker": "^2.9.2"
}
}