forked from bpmn-io/dmn-js
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
83 lines (83 loc) · 1.96 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "dmn-js",
"version": "0.5.0",
"description": "A dmn toolkit and web modeler",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/bpmn-io/dmn-js"
},
"keywords": [
"dmn",
"dmn-js",
"toolkit",
"web modeler",
"modeler",
"modeling",
"process modeling"
],
"author": {
"name": "Sebastian Stamm",
"url": "https://github.com/SebastianStamm"
},
"contributors": [
{
"name": "bpmn.io contributors",
"url": "https://github.com/bpmn-io"
}
],
"browserify": {
"transform": [
"brfs"
]
},
"license": "LicenseRef-LICENSE",
"devDependencies": {
"chai": "~2.2.0",
"browserify": "^8.1.0",
"browserify-derequire": "^0.9.1",
"bundle-collapser": "^1.1.1",
"grunt": "^0.4.4",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-jshint": "^0.7.2",
"grunt-contrib-less": "^1.0.1",
"grunt-jsdoc": "^0.5.1",
"grunt-karma": "^0.8.0",
"grunt-release": "^0.7.0",
"jsondiffpatch": "^0.1.26",
"karma": "^0.12.12",
"karma-browserify": "^4.0.0",
"karma-chrome-launcher": "^0.1.2",
"karma-firefox-launcher": "^0.1.3",
"karma-ie-launcher": "^0.1.4",
"karma-phantomjs-launcher": "^0.1.2",
"karma-safari-launcher": "^0.1.1",
"load-grunt-tasks": "^0.3.0",
"source-map-concat": "^0.4.0",
"mocha-test-container-support": "~0.1.0",
"stringify": "^3.1.0",
"time-grunt": "^0.3.2",
"karma-chai": "^0.1.0",
"karma-mocha": "~0.1.10",
"karma-sinon-chai": "~0.3.0",
"sinon": "~1.14.1",
"sinon-chai": "~2.7.0",
"uglify-js": "^2.4.16"
},
"dependencies": {
"bootstrap": "^3.3.5",
"brfs": "^1.4.0",
"diagram-js": "^0.11.0",
"didi": "^0.0.4",
"dmn-moddle": "^0.2.3",
"ids": "^0.1.0",
"inherits": "^2.0.1",
"lodash": "^3.0.1",
"min-dom": "^0.2.0",
"object-refs": "^0.1.0",
"selection-update": "^0.1.2",
"table-js": "^0.5.0"
}
}