forked from bpmn-io/bpmn-moddle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.01 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
{
"name": "bpmn-moddle",
"version": "0.8.3",
"description": "A moddle wrapper for BPMN 2.0",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/bpmn-io/bpmn-moddle"
},
"keywords": [
"bpmn",
"moddle",
"bpmn20",
"meta-model"
],
"author": {
"name": "Nico Rehwaldt",
"url": "https://github.com/Nikku"
},
"contributors": [
{
"name": "bpmn.io contributors",
"url": "https://github.com/bpmn-io"
}
],
"license": "MIT",
"devDependencies": {
"chai": "^1.9.1",
"cmof-parser": "^0.1.0",
"grunt": "^0.4.2",
"grunt-contrib-jshint": "^0.7.2",
"grunt-contrib-watch": "^0.5.0",
"grunt-jsdoc": "^0.5.1",
"grunt-mocha-test": "^0.11.0",
"grunt-release": "^0.7.0",
"ids": "^0.1.0",
"jsondiffpatch": "^0.1.4",
"load-grunt-tasks": "^0.3.0",
"xsd-schema-validator": "^0.3.0"
},
"dependencies": {
"lodash": "^3.0.0",
"moddle": "^0.6.0",
"moddle-xml": "^0.8.0"
}
}