bpmn-js-properties-panel
Version:
A simple properties panel for bpmn-js
71 lines (70 loc) • 1.81 kB
JSON
{
"name": "bpmn-js-properties-panel",
"version": "0.16.0",
"description": "A simple properties panel for bpmn-js",
"scripts": {
"all": "grunt",
"dev": "grunt auto-test",
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/bpmn-io/bpmn-js-properties-panel"
},
"keywords": [
"bpmn-js",
"properties",
"properties-panel"
],
"author": {
"name": "Nico Rehwaldt",
"url": "https://github.com/nikku"
},
"license": "MIT",
"devDependencies": {
"bpmn-js": "^0.22.0",
"bpmn-moddle": "^0.12.3",
"browserify": "^13.0.0",
"camunda-bpmn-moddle": "^0.13.0",
"chai": "~2.2.0",
"diagram-js": "^0.21.0",
"eslint": "^2.11.1",
"eslint-plugin-mocha": "^2.2.0",
"grunt": "^0.4.4",
"grunt-cli": "^1.2.0",
"grunt-eslint": "^18.1.0",
"grunt-karma": "^0.12.0",
"grunt-release": "^0.13.0",
"karma": "^0.13.0",
"karma-browserify": "^5.0.3",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.2.0",
"karma-firefox-launcher": "^0.1.3",
"karma-ie-launcher": "^0.2.0",
"karma-mocha": "~0.1.0",
"karma-phantomjs-launcher": "^1.0.0",
"karma-safari-launcher": "^0.1.1",
"karma-sinon-chai": "~0.3.0",
"karma-spec-reporter": "0.0.24",
"load-grunt-tasks": "^0.3.0",
"mocha": "^2.2.5",
"mocha-test-container-support": "0.2.0",
"phantomjs-prebuilt": "^2.1.4",
"sinon": "~1.14.1",
"sinon-chai": "~2.7.0",
"stringify": "^3.1.0",
"time-grunt": "^0.3.2",
"watchify": "^3.7.0"
},
"dependencies": {
"ids": "^0.2.0",
"inherits": "^2.0.1",
"lodash": "^3.0.1",
"min-dom": "^0.2.0",
"scroll-tabs": "^0.2.1",
"selection-update": "^0.1.2"
},
"peerDependencies": {
"bpmn-js": ">=0.12 <0.23"
}
}