UNPKG

1 kBJSONView Raw
1{
2 "name": "bpmn-moddle",
3 "version": "1.1.1",
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 ./test/expect --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 "devDependencies": {
33 "chai": "^4.1.2",
34 "cmof-parser": "^0.2.0",
35 "eslint": "^4.11.0",
36 "eslint-plugin-mocha": "^4.11.0",
37 "mocha": "^4.0.1",
38 "npm-run-all": "^4.1.2",
39 "xsd-schema-validator": "^0.5.0"
40 },
41 "dependencies": {
42 "lodash": "^3.0.0",
43 "moddle": "^1.2.1",
44 "moddle-xml": "^2.1.1"
45 }
46}