UNPKG

1.04 kBJSONView Raw
1{
2 "name": "bpmn-moddle",
3 "version": "5.1.4",
4 "description": "A moddle wrapper for BPMN 2.0",
5 "scripts": {
6 "all": "run-s lint test",
7 "lint": "eslint .",
8 "dev": "npm test -- --watch",
9 "test": "mocha -r esm --reporter=spec --recursive test"
10 },
11 "repository": {
12 "type": "git",
13 "url": "https://github.com/bpmn-io/bpmn-moddle"
14 },
15 "keywords": [
16 "bpmn",
17 "moddle",
18 "bpmn20",
19 "meta-model"
20 ],
21 "author": {
22 "name": "Nico Rehwaldt",
23 "url": "https://github.com/Nikku"
24 },
25 "contributors": [
26 {
27 "name": "bpmn.io contributors",
28 "url": "https://github.com/bpmn-io"
29 }
30 ],
31 "license": "MIT",
32 "sideEffects": false,
33 "devDependencies": {
34 "chai": "^4.1.2",
35 "cmof-parser": "^0.2.0",
36 "eslint": "^4.11.0",
37 "eslint-plugin-bpmn-io": "^0.4.1",
38 "esm": "^3.0.15",
39 "mocha": "^4.0.1",
40 "npm-run-all": "^4.1.2",
41 "xsd-schema-validator": "^0.5.0"
42 },
43 "dependencies": {
44 "min-dash": "^3.0.0",
45 "moddle": "^4.1.0",
46 "moddle-xml": "^7.2.3"
47 }
48}