cmmn-js-properties-panel
Version:
A simple properties panel for cmmn-js
72 lines (71 loc) • 1.84 kB
JSON
{
"name": "cmmn-js-properties-panel",
"version": "0.9.0",
"description": "A simple properties panel for cmmn-js",
"scripts": {
"lint": "eslint .",
"all": "run-s lint test build",
"dev": "npm test -- --no-single-run --auto-watch",
"build": "run-s build:*",
"build:less": "lessc --include-path=node_modules styles/properties.less dist/assets/cmmn-js-properties-panel.css",
"test": "karma start",
"prepublishOnly": "run-s build"
},
"repository": {
"type": "git",
"url": "https://github.com/bpmn-io/cmmn-js-properties-panel"
},
"keywords": [
"cmmn-js",
"properties",
"properties-panel"
],
"author": {
"name": "Roman Smirnov",
"url": "https://github.com/romansmirnov"
},
"license": "MIT",
"devDependencies": {
"camunda-cmmn-moddle": "^1.0.0",
"chai": "^4.1.2",
"cmmn-js": "^0.20.0",
"diagram-js": "^5.1.1",
"eslint": "^5.2.0",
"eslint-plugin-bpmn-io": "^0.5.3",
"karma": "^4.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-firefox-launcher": "^1.0.1",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-sinon-chai": "^2.0.2",
"karma-spec-reporter": "0.0.32",
"karma-webpack": "^4.0.2",
"less": "^3.8.0",
"mocha": "^5.2.0",
"mocha-test-container-support": "0.2.0",
"npm-run-all": "^4.1.5",
"phantomjs-prebuilt": "^2.1.4",
"puppeteer": "^1.18.0",
"raw-loader": "^0.5.1",
"sinon": "^6.1.4",
"sinon-chai": "^3.2.0",
"webpack": "^4.16.2"
},
"dependencies": {
"ids": "^0.2.0",
"inherits": "^2.0.1",
"lodash": "^4.17.15",
"min-dom": "^3.0.0",
"scroll-tabs": "^1.0.1",
"selection-update": "^0.1.2"
},
"peerDependencies": {
"cmmn-js": ">0.3 <1.0"
},
"files": [
"dist",
"lib",
"styles",
"index.js"
]
}