UNPKG

1.94 kBJSONView Raw
1{
2 "name": "bpmn-js-properties-panel",
3 "version": "0.37.2",
4 "description": "A simple properties panel for bpmn-js",
5 "scripts": {
6 "lint": "eslint .",
7 "all": "run-s lint test build",
8 "dev": "npm test -- --no-single-run --auto-watch",
9 "build": "run-s build:*",
10 "build:less": "lessc --include-path=node_modules styles/properties.less dist/assets/bpmn-js-properties-panel.css",
11 "test": "karma start",
12 "prepublishOnly": "run-s build"
13 },
14 "repository": {
15 "type": "git",
16 "url": "https://github.com/bpmn-io/bpmn-js-properties-panel"
17 },
18 "keywords": [
19 "bpmn-js",
20 "properties",
21 "properties-panel"
22 ],
23 "author": {
24 "name": "Nico Rehwaldt",
25 "url": "https://github.com/nikku"
26 },
27 "license": "MIT",
28 "devDependencies": {
29 "bpmn-font": "^0.9.0",
30 "bpmn-js": "^7.3.1",
31 "bpmn-moddle": "^5.1.6",
32 "camunda-bpmn-moddle": "^4.3.0",
33 "chai": "^4.1.2",
34 "diagram-js": "^6.7.1",
35 "eslint": "^5.16.0",
36 "eslint-plugin-bpmn-io": "^0.6.0",
37 "karma": "^4.1.0",
38 "karma-chrome-launcher": "^2.2.0",
39 "karma-firefox-launcher": "^1.1.0",
40 "karma-mocha": "~1.2.0",
41 "karma-phantomjs-launcher": "^1.0.4",
42 "karma-safari-launcher": "^1.0.0",
43 "karma-sinon-chai": "^2.0.2",
44 "karma-spec-reporter": "0.0.31",
45 "karma-webpack": "^4.0.2",
46 "less": "^3.8.0",
47 "mocha": "^5.2.0",
48 "mocha-test-container-support": "0.2.0",
49 "npm-run-all": "^4.1.5",
50 "promise-polyfill": "^8.1.3",
51 "puppeteer": "^1.18.0",
52 "raw-loader": "^0.5.1",
53 "sinon": "^4.5.0",
54 "sinon-chai": "^3.2.0",
55 "webpack": "^4.16.2"
56 },
57 "dependencies": {
58 "@bpmn-io/extract-process-variables": "^0.3.0",
59 "ids": "^1.0.0",
60 "inherits": "^2.0.1",
61 "lodash": "^4.17.15",
62 "min-dom": "^3.1.1",
63 "scroll-tabs": "^1.0.1",
64 "selection-update": "^0.1.2"
65 },
66 "peerDependencies": {
67 "bpmn-js": "^3.x || ^4.x || ^5.x || ^6.x || ^7.x"
68 }
69}