-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.18 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
{
"name": "bpmn-js-example-properties-panel-extension",
"version": "0.0.0",
"description": "A properties panel extension example",
"main": "app/index.js",
"scripts": {
"all": "grunt",
"dev": "grunt auto-build"
},
"repository": {
"type": "git",
"url": "https://github.com/bpmn-io/bpmn-js-examples"
},
"keywords": [
"bpmnjs-example"
],
"author": {
"name": "Patrick Dehn",
"url": "https://github.com/pedesen"
},
"contributors": [
{
"name": "bpmn.io contributors",
"url": "https://github.com/bpmn-io"
}
],
"license": "MIT",
"devDependencies": {
"brfs": "^1.2.0",
"grunt": "~1.0.1",
"grunt-browserify": "^5.0.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-connect": "~1.0.2",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-jshint": "~1.0.0",
"grunt-contrib-less": "^1.0.1",
"grunt-contrib-watch": "~1.0.0",
"load-grunt-tasks": "~3.5.0"
},
"dependencies": {
"axios": "^0.16.2",
"bpmn-js": "^0.21.0",
"bpmn-js-properties-panel": "^0.15.0",
"camunda-bpmn-moddle": "^0.12.0",
"diagram-js": "^0.20.0",
"inherits": "^2.0.1",
"jquery": "^2.1.1",
"lodash": "^3.0.0"
}
}