generated from camunda-community-hub/template-repo
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 871 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-bpmn-js-plugin-reduced-palette",
"version": "0.1.0",
"description": "bpmn-js Reduced Palette Plugin for the Camunda Modeler",
"main": "index.js",
"scripts": {
"client": "browserify client/client.js > client/client-bundle.js"
},
"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": "^0.22.1",
"browserify": "^14.1.0",
"camunda-modeler-plugin-helpers": "^1.7.0",
"inherits": "^2.0.3",
"lodash": "^4.17.21"
}
}