forked from ProcessMaker/processmaker-bpmn-moddle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1 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
{
"name": "@processmaker/processmaker-bpmn-moddle",
"version": "0.4.6",
"description": "ProcessMaker moddle extensions for BPMN 2.0",
"scripts": {
"all": "run-s lint test",
"lint": "eslint .",
"dev": "npm test -- --watch",
"test": "mocha -r esm -r ./test/expect --reporter=spec --recursive test"
},
"repository": {
"type": "git",
"url": "https://github.com/ProcessMaker/processmaker-bpmn-moddle"
},
"keywords": [
"bpmn",
"bpmn20",
"meta-model",
"moddle",
"processmaker"
],
"author": {
"name": "David Callizaya",
"url": "https://github.com/caleeli"
},
"license": "MIT",
"devDependencies": {
"async": "^2.6.0",
"bpmn-moddle": "^5.1.1",
"chai": "^4.1.2",
"eslint": "^4.19.1",
"eslint-plugin-bpmn-io": "^0.5.2",
"esm": "^3.0.15",
"glob": "^7.1.2",
"jsondiffpatch": "^0.2.5",
"mocha": "^4.0.1",
"npm-run-all": "^4.1.2",
"xsd-schema-validator": "^0.5.0"
},
"dependencies": {
"min-dash": "^3.0.0"
}
}