-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
38 lines (38 loc) · 991 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
34
35
36
37
38
{
"name": "camunda-modeler-tooltip-plugin",
"version": "0.3.0",
"description": "add tooltips to various BPMN-elements revealing technical properties",
"keywords": [
"camunda",
"modeler",
"plugin",
"tooltips",
"properties"
],
"main": "index.js",
"scripts": {
"bundle": "webpack",
"dev": "webpack -w",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Florian Runschke",
"license": "BSD-3-Clause",
"repository": {
"type": "git",
"url": "https://github.com/viadee/camunda-modeler-tooltip-plugin.git"
},
"bugs": {
"url": "https://github.com/viadee/camunda-modeler-tooltip-plugin/issues"
},
"homepage": "https://github.com/viadee/camunda-modeler-tooltip-plugin",
"devDependencies": {
"camunda-modeler-plugin-helpers": "^5.1.0",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
},
"dependencies": {
"console-browserify": "^1.2.0",
"jquery": "^3.6.3",
"lodash": "^4.17.21"
}
}