2014-03-11 14:54:36 +00:00
|
|
|
{
|
2014-04-08 12:09:04 +00:00
|
|
|
"name": "bpmn-js",
|
2020-12-01 18:19:56 +00:00
|
|
|
"version": "7.4.2",
|
2014-03-11 14:54:36 +00:00
|
|
|
"description": "A bpmn 2.0 toolkit and web modeler",
|
|
|
|
"scripts": {
|
2018-01-08 10:02:44 +00:00
|
|
|
"all": "run-s lint test distro test:distro",
|
2018-01-05 15:09:39 +00:00
|
|
|
"lint": "eslint .",
|
|
|
|
"dev": "npm test -- --auto-watch --no-single-run",
|
|
|
|
"test": "karma start test/config/karma.unit.js",
|
2018-01-08 08:19:19 +00:00
|
|
|
"distro": "node tasks/build-distro.js",
|
2020-11-03 12:44:40 +00:00
|
|
|
"collect-translations": "COLLECT_TRANSLATIONS=1 npm test",
|
2018-01-08 10:02:44 +00:00
|
|
|
"test:distro": "node tasks/test-distro.js",
|
2020-11-17 14:48:31 +00:00
|
|
|
"postversion": "run-s distro test:distro"
|
2014-03-11 14:54:36 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/bpmn-io/bpmn-js"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"bpmn",
|
2014-08-27 13:43:18 +00:00
|
|
|
"bpmn-js",
|
2014-03-11 14:54:36 +00:00
|
|
|
"toolkit",
|
|
|
|
"web modeler",
|
|
|
|
"modeler",
|
|
|
|
"modeling",
|
|
|
|
"process modeling"
|
|
|
|
],
|
|
|
|
"author": {
|
|
|
|
"name": "Nico Rehwaldt",
|
2015-06-17 10:03:48 +00:00
|
|
|
"url": "https://github.com/nikku"
|
2014-03-11 14:54:36 +00:00
|
|
|
},
|
|
|
|
"contributors": [
|
|
|
|
{
|
|
|
|
"name": "bpmn.io contributors",
|
|
|
|
"url": "https://github.com/bpmn-io"
|
|
|
|
}
|
|
|
|
],
|
2015-07-20 08:47:01 +00:00
|
|
|
"license": "SEE LICENSE IN LICENSE",
|
2018-04-19 17:38:03 +00:00
|
|
|
"sideEffects": [
|
|
|
|
"*.css"
|
|
|
|
],
|
2014-03-11 14:54:36 +00:00
|
|
|
"devDependencies": {
|
2020-05-26 12:42:57 +00:00
|
|
|
"bpmn-font": "^0.10.0",
|
2019-08-07 13:17:28 +00:00
|
|
|
"camunda-bpmn-moddle": "^4.0.1",
|
2017-10-22 20:23:51 +00:00
|
|
|
"chai": "^4.1.2",
|
2017-09-29 09:08:20 +00:00
|
|
|
"chai-match": "^1.1.1",
|
2018-01-05 15:09:39 +00:00
|
|
|
"cpx": "^1.5.0",
|
2018-01-08 08:19:19 +00:00
|
|
|
"del": "^3.0.0",
|
2019-04-25 08:55:00 +00:00
|
|
|
"eslint": "^5.16.0",
|
2019-08-19 08:39:06 +00:00
|
|
|
"eslint-plugin-bpmn-io": "^0.10.0",
|
2019-06-25 20:54:28 +00:00
|
|
|
"eslint-plugin-import": "^2.18.0",
|
2018-10-25 18:52:50 +00:00
|
|
|
"execa": "^1.0.0",
|
2018-10-01 08:45:18 +00:00
|
|
|
"istanbul-instrumenter-loader": "^3.0.1",
|
2019-10-31 13:32:06 +00:00
|
|
|
"karma": "^4.4.1",
|
|
|
|
"karma-chrome-launcher": "^3.1.0",
|
|
|
|
"karma-coverage": "^2.0.1",
|
2016-05-03 14:23:31 +00:00
|
|
|
"karma-env-preprocessor": "^0.1.1",
|
2019-10-31 13:32:06 +00:00
|
|
|
"karma-firefox-launcher": "^1.2.0",
|
2017-05-18 07:42:13 +00:00
|
|
|
"karma-ie-launcher": "^1.0.0",
|
|
|
|
"karma-mocha": "^1.3.0",
|
|
|
|
"karma-phantomjs-launcher": "^1.0.4",
|
|
|
|
"karma-safari-launcher": "^1.0.0",
|
2018-10-25 18:52:50 +00:00
|
|
|
"karma-sinon-chai": "^2.0.2",
|
2019-06-25 20:54:28 +00:00
|
|
|
"karma-webpack": "^4.0.2",
|
2018-01-08 08:19:19 +00:00
|
|
|
"mkdirp": "^0.5.1",
|
2019-06-25 20:54:28 +00:00
|
|
|
"mocha": "^6.1.4",
|
2015-10-05 11:35:10 +00:00
|
|
|
"mocha-test-container-support": "0.2.0",
|
2018-01-05 15:09:39 +00:00
|
|
|
"npm-run-all": "^4.1.2",
|
2016-09-27 12:32:22 +00:00
|
|
|
"phantomjs-prebuilt": "^2.1.12",
|
2020-04-16 03:58:09 +00:00
|
|
|
"promise-polyfill": "^8.1.3",
|
2019-07-15 10:26:41 +00:00
|
|
|
"puppeteer": "^1.18.1",
|
|
|
|
"raw-loader": "^1.0.0",
|
2019-06-25 21:03:15 +00:00
|
|
|
"rollup": "^1.16.2",
|
|
|
|
"rollup-plugin-commonjs": "^10.0.0",
|
|
|
|
"rollup-plugin-json": "^4.0.0",
|
2019-08-07 14:07:11 +00:00
|
|
|
"rollup-plugin-license": "^0.10.0",
|
2019-06-25 21:03:15 +00:00
|
|
|
"rollup-plugin-node-resolve": "^5.1.0",
|
2019-04-25 08:55:00 +00:00
|
|
|
"rollup-plugin-replace": "^2.2.0",
|
2020-01-09 20:07:46 +00:00
|
|
|
"rollup-plugin-terser": "^5.1.3",
|
2019-04-25 08:55:00 +00:00
|
|
|
"sinon": "^7.3.2",
|
2018-10-25 18:52:50 +00:00
|
|
|
"sinon-chai": "^3.2.0",
|
2019-07-15 10:26:41 +00:00
|
|
|
"webpack": "^4.35.3"
|
2014-03-11 14:54:36 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-06-05 13:36:43 +00:00
|
|
|
"bpmn-moddle": "^7.0.3",
|
2018-04-10 07:33:11 +00:00
|
|
|
"css.escape": "^1.5.1",
|
2020-12-01 18:00:15 +00:00
|
|
|
"diagram-js": "^6.8.2",
|
2019-11-22 14:19:37 +00:00
|
|
|
"diagram-js-direct-editing": "^1.6.1",
|
2019-06-17 12:35:11 +00:00
|
|
|
"ids": "^1.0.0",
|
2015-03-23 14:15:32 +00:00
|
|
|
"inherits": "^2.0.1",
|
2019-08-13 08:02:11 +00:00
|
|
|
"min-dash": "^3.5.1",
|
2020-03-13 18:49:59 +00:00
|
|
|
"min-dom": "^3.1.2",
|
2018-04-24 14:26:53 +00:00
|
|
|
"object-refs": "^0.3.0",
|
2019-02-08 20:35:00 +00:00
|
|
|
"tiny-svg": "^2.2.1"
|
2014-03-11 14:54:36 +00:00
|
|
|
}
|
|
|
|
}
|