-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.32 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": "camunda-resource-deployer-js",
"version": "0.1.0",
"description": "A simple UI component allowing to deploy BPMN, DMN or CMMN resources to Camunda Process Engine.",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/polenz/camunda-resource-deployer-js"
},
"keywords": [
],
"license": "MIT",
"devDependencies": {
"brfs": "^1.4.3",
"chai": "~2.2.0",
"grunt": "^0.4.4",
"grunt-contrib-jshint": "^0.7.2",
"grunt-karma": "^0.12.0",
"grunt-release": "^0.13.0",
"karma": "^0.13.0",
"karma-browserify": "^4.2.1",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.2.0",
"karma-firefox-launcher": "^0.1.3",
"karma-ie-launcher": "^0.2.0",
"karma-mocha": "~0.1.0",
"karma-phantomjs-launcher": "^0.2.0",
"karma-safari-launcher": "^0.1.1",
"karma-sinon-chai": "~0.3.0",
"load-grunt-tasks": "^0.3.0",
"mocha": "^2.2.5",
"mocha-test-container-support": "0.2.0",
"sinon": "~1.14.1",
"sinon-chai": "~2.7.0",
"stringify": "^3.1.0",
"time-grunt": "^0.3.2",
"bpmn-js": "^0.13.2",
"diagram-js": "^0.13.2"
},
"dependencies": {
"lodash": "^3.0.1",
"min-dom": "^0.2.0"
},
"peerDependencies": {
"bpmn-js": ">=0.12 <0.14",
"diagram-js": ">=0.12 <0.14"
}
}