forked from bpmn-io/bpmn-js-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1004 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
39
40
41
42
43
44
{
"name": "bpmn-js-example-overlay-api",
"version": "0.0.0",
"description": "An example how to use the Overlay API",
"main": "app/app.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": "Joerg Dotzki",
"url": "https://github.com/ISO50"
},
"contributors": [
{
"name": "bpmn.io contributors",
"url": "https://github.com/bpmn-io"
}
],
"license": "MIT",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babelify": "^10.0.0",
"grunt": "~1.0.1",
"grunt-browserify": "^6.0.0",
"grunt-contrib-watch": "~1.0.0",
"grunt-contrib-connect": "~3.0.0",
"grunt-contrib-copy": "~1.0.0",
"load-grunt-tasks": "~5.1.0",
"stringify": "^3.1.0"
},
"dependencies": {
"bpmn-js": "^11.1.0",
"min-dash": "^4.0.0"
}
}