forked from bpmn-io/moddle-xml
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.18 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
{
"name": "moddle-xml",
"version": "0.8.0",
"description": "XML import/export for documents described with moddle",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/bpmn-io/moddle-xml"
},
"keywords": [
"moddle",
"model",
"meta-model",
"xml",
"xsd",
"import",
"export"
],
"author": {
"name": "Nico Rehwaldt",
"url": "https://github.com/Nikku"
},
"contributors": [
{
"name": "bpmn.io contributors",
"url": "https://github.com/bpmn-io"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/bpmn-io/moddle-xml/blob/master/LICENSE"
}
],
"devDependencies": {
"chai": "^1.10.0",
"grunt": "~0.4.2",
"grunt-contrib-connect": "~0.6.0",
"grunt-contrib-jshint": "~0.7.2",
"grunt-contrib-watch": "~0.5.0",
"grunt-jsdoc": "~0.5.1",
"grunt-mocha-test": "^0.12.4",
"grunt-release": "^0.7.0",
"load-grunt-tasks": "~0.3.0",
"mocha": "^2.1.0"
},
"dependencies": {
"lodash": "^3.0.0",
"moddle": "^0.6.0",
"sax": "~0.6.0",
"tiny-stack": "^0.1.0"
}
}