forked from bpmn-io/diagram-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.4 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
{
"name": "diagram-js",
"version": "0.10.2",
"description": "A modeling framework for the web",
"scripts": {
"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",
"chai": "~2.2.0",
"grunt": "~0.4.4",
"grunt-contrib-jshint": "^0.7.2",
"grunt-jsdoc": "^0.5.1",
"grunt-karma": "^0.8.0",
"grunt-release": "^0.7.0",
"jquery": "^2.1.0",
"jsondiffpatch": "^0.1.26",
"karma": "^0.12.8",
"karma-browserify": "^4.0.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.1.2",
"karma-firefox-launcher": "^0.1.3",
"karma-ie-launcher": "^0.1.4",
"karma-mocha": "~0.1.10",
"karma-phantomjs-launcher": "^0.1.2",
"karma-safari-launcher": "^0.1.1",
"karma-sinon-chai": "~0.3.0",
"load-grunt-tasks": "^0.3.0",
"mocha-test-container-support": "~0.1.0",
"sinon": "~1.14.1",
"sinon-chai": "~2.7.0",
"time-grunt": "^0.3.0"
},
"dependencies": {
"didi": "^0.0.4",
"eve": "^0.4.2",
"hammerjs": "^2.0.1",
"inherits": "^2.0.1",
"lodash": "^3.0.1",
"min-dom": "^0.2.0",
"object-refs": "^0.1.0",
"snapsvg": "https://github.com/Nikku/Snap.svg/archive/v0.3.0-browserify.tar.gz"
}
}