generated from camunda-community-hub/template-repo
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.12 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
{
"name": "camunda-modeler-plugin-usertask-generatedform-preview",
"version": "0.4.0",
"description": "Camunda Modeler Plugin that helps you preview generated forms in user tasks and shows you the sourcecode you need for embedded forms in the Camunda Tasklist.",
"main": "index.js",
"scripts": {
"client": "webpack",
"auto-build": "webpack -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/camunda/camunda-modeler-plugins.git"
},
"keywords": [
"camunda",
"modeler",
"plugin",
"symbols",
"bpmn"
],
"author": "Felix Mueller",
"license": "MIT",
"bugs": {
"url": "https://github.com/camunda/camunda-modeler-plugins/issues"
},
"homepage": "https://github.com/camunda/camunda-modeler-plugins#readme",
"devDependencies": {
"bpmn-js": "^8.3.1",
"camunda-modeler-plugin-helpers": "^3.1.0",
"inherits": "^2.0.4",
"min-dom": "^3.1.3",
"npm-run-all": "^4.1.5",
"webpack": "^4.39.2",
"webpack-cli": "^3.3.7",
"bpmn-js-properties-panel": "^0.42.0"
},
"dependencies": {
"clipboard-copy": "^3.1.0",
"sweetalert": "^2.1.2"
}
}