forked from LaviniaStiliadou/sitCoM
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.15 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
{
"name": "sitCoM-situation-extended-bpmn-js-modeler",
"version": "0.1.0",
"description": "bpmn-js modeler extended with situation-dependent scopes ",
"main": "app/index.js",
"scripts": {
"all": "grunt",
"dev": "grunt auto-build"
},
"repository": {
"type": "git",
"url": "https://github.com/LaviniaStiliadou/sitCoM"
},
"keywords": [
"sitCoM"
],
"author": {
"name": "Team sitCoM",
"url": "https://doesNotExist.Yet"
},
"contributors": [
{
"name": "bpmn.io contributors",
"url": "https://github.com/bpmn-io"
}
],
"license": "MIT",
"devDependencies": {
"esmify": "^2.1.1",
"grunt": "^1.0.4",
"grunt-browserify": "^5.3.0",
"grunt-contrib-connect": "^2.1.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-less": "^2.0.0",
"grunt-contrib-watch": "^1.1.0",
"load-grunt-tasks": "^5.1.0",
"stringify": "^5.2.0"
},
"dependencies": {
"bpmn-js": "^6.2.1",
"bpmn-js-properties-panel": "^0.32.2",
"bpmn-js-token-simulation": "^0.9.0",
"camunda-bpmn-moddle": "^4.3.0",
"diagram-js": "^5.1.1",
"jquery": "^3.4.1",
"min-dash": "^3.5.2"
}
}