UNPKG

1.83 kBJSONView Raw
1{
2 "name": "bpmn-js-properties-panel",
3 "version": "0.27.0",
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-js": "^3.0.1",
30 "bpmn-moddle": "^5.1.5",
31 "camunda-bpmn-moddle": "^3.0.0",
32 "chai": "^4.1.2",
33 "diagram-js": "^3.0.1",
34 "eslint": "^5.2.0",
35 "eslint-plugin-bpmn-io": "^0.5.3",
36 "karma": "^2.0.4",
37 "karma-chrome-launcher": "^2.2.0",
38 "karma-firefox-launcher": "^1.1.0",
39 "karma-mocha": "~1.2.0",
40 "karma-phantomjs-launcher": "^1.0.4",
41 "karma-safari-launcher": "^1.0.0",
42 "karma-sinon-chai": "^2.0.2",
43 "karma-spec-reporter": "0.0.31",
44 "karma-webpack": "^3.0.0",
45 "less": "^3.8.0",
46 "mocha": "^5.2.0",
47 "mocha-test-container-support": "0.2.0",
48 "npm-run-all": "^4.1.3",
49 "puppeteer": "^1.6.0-next.1532381444032",
50 "raw-loader": "^0.5.1",
51 "sinon": "^4.5.0",
52 "sinon-chai": "^3.2.0",
53 "webpack": "^4.16.2"
54 },
55 "dependencies": {
56 "ids": "^0.2.2",
57 "inherits": "^2.0.1",
58 "lodash": "^4.17.10",
59 "min-dom": "^3.1.0",
60 "scroll-tabs": "^1.0.0",
61 "selection-update": "^0.1.2"
62 },
63 "peerDependencies": {
64 "bpmn-js": "^1.x || ^2.x || ^3.x"
65 }
66}