-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 753 Bytes
/
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
{
"name": "camunda-modeler-plugin-resize-tasks",
"version": "0.1.0",
"description": "Resize BPMN Tasks",
"main": "index.js",
"scripts": {
"all": "run-s bundle",
"bundle": "webpack",
"bundle:watch": "webpack --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/philippfromme/camunda-modeler-plugin-resize-tasks.git"
},
"keywords": [
"camunda",
"modeler",
"plugin"
],
"author": "Philipp Fromme",
"license": "MIT",
"devDependencies": {
"camunda-modeler-plugin-helpers": "^3.0.0",
"npm-run-all": "^4.1.5",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10"
},
"dependencies": {
"bpmn-js": "^3.5.0",
"diagram-js": "^3.3.1",
"inherits": "^2.0.4"
}
}