forked from bpmn-io/diagram-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.57 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
{
"name": "diagram-js",
"version": "0.21.1",
"description": "A modeling framework for the web",
"scripts": {
"all": "grunt",
"dev": "grunt auto-test",
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/bpmn-io/diagram-js"
},
"keywords": [
"modeler",
"modeling",
"canvas",
"diagram-js"
],
"author": "bpmn.io",
"license": "MIT",
"devDependencies": {
"brfs": "~1.2.0",
"browserify": "^13.0.0",
"chai": "~2.2.0",
"eslint": "^2.11.1",
"eslint-plugin-mocha": "^3.0.0",
"grunt": "~0.4.4",
"grunt-cli": "^0.1.13",
"grunt-eslint": "^18.1.0",
"grunt-karma": "^0.12.0",
"grunt-release": "^0.7.0",
"jquery": "^2.1.0",
"jsondiffpatch": "^0.1.26",
"karma": "^0.13.0",
"karma-browserify": "^5.0.1",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.2.2",
"karma-firefox-launcher": "^0.1.3",
"karma-ie-launcher": "^0.2.0",
"karma-mocha": "~0.1.10",
"karma-phantomjs-launcher": "^1.0.2",
"karma-safari-launcher": "^0.1.1",
"karma-sinon-chai": "~0.3.0",
"karma-spec-reporter": "0.0.25",
"load-grunt-tasks": "^0.3.0",
"mocha": "^2.2.5",
"mocha-test-container-support": "~0.1.0",
"phantomjs-prebuilt": "^2.1.12",
"sinon": "~1.14.1",
"sinon-chai": "~2.7.0",
"time-grunt": "^0.3.0",
"watchify": "^3.7.0"
},
"dependencies": {
"didi": "^0.1.0",
"hammerjs": "^2.0.1",
"inherits": "^2.0.1",
"lodash": "^3.0.1",
"min-dom": "^0.2.0",
"object-refs": "^0.1.1",
"tiny-svg": "^0.1.1"
}
}