forked from bpmn-io/bpmn-js-properties-panel
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
69 lines (69 loc) · 1.71 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "bpmn-js-properties-panel",
"version": "1.0.7",
"description": "A simple properties panel for bpmn-js",
"scripts": {
"all": "grunt",
"dev": "grunt auto-test",
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/bpmn-io/bpmn-js-properties-panel"
},
"keywords": [
"bpmn-js",
"properties",
"properties-panel"
],
"author": {
"name": "Nico Rehwaldt",
"url": "https://github.com/nikku"
},
"license": "MIT",
"devDependencies": {
"bpmn-js": "^0.24.0",
"bpmn-moddle": "^0.14.0",
"browserify": "^13.0.0",
"camunda-bpmn-moddle": "^0.13.0",
"chai": "^4.1.2",
"diagram-js": "^0.22.0",
"eslint": "^2.11.1",
"eslint-plugin-mocha": "^2.2.0",
"grunt": "^0.4.4",
"grunt-cli": "^1.2.0",
"grunt-eslint": "^18.1.0",
"grunt-karma": "^0.12.0",
"grunt-release": "^0.13.0",
"karma": "^1.7.1",
"karma-browserify": "^5.0.1",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-firefox-launcher": "^1.0.0",
"karma-ie-launcher": "^1.0.0",
"karma-mocha": "~1.2.0",
"karma-safari-launcher": "^1.0.0",
"karma-sinon-chai": "^1.3.2",
"karma-spec-reporter": "0.0.31",
"load-grunt-tasks": "^3.4.0",
"mocha": "^4.0.1",
"mocha-test-container-support": "0.2.0",
"puppeteer": "^0.11.0",
"sinon": "^2.4.1",
"sinon-chai": "^2.14.0",
"stringify": "^3.1.0",
"time-grunt": "^1.3.0",
"watchify": "^3.7.0"
},
"dependencies": {
"ids": "^0.2.0",
"inherits": "^2.0.1",
"lodash": "^3.0.1",
"min-dom": "^0.2.0",
"scroll-tabs": "^0.2.1",
"selection-update": "^0.1.2"
},
"peerDependencies": {
"bpmn-js": ">=0.12 <0.26"
}
}