2014-03-11 14:54:36 +00:00
|
|
|
{
|
2014-04-08 12:09:04 +00:00
|
|
|
"name": "bpmn-js",
|
2019-04-25 08:51:39 +00:00
|
|
|
"version": "3.4.0",
|
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",
|
2018-01-08 10:02:44 +00:00
|
|
|
"test:distro": "node tasks/test-distro.js",
|
|
|
|
"prepublishOnly": "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": {
|
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",
|
|
|
|
"eslint-plugin-bpmn-io": "^0.6.1",
|
|
|
|
"eslint-plugin-import": "^2.17.2",
|
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-04-25 08:55:00 +00:00
|
|
|
"karma": "^3.1.4",
|
2017-05-18 07:42:13 +00:00
|
|
|
"karma-chrome-launcher": "^2.1.1",
|
2018-10-01 08:45:18 +00:00
|
|
|
"karma-coverage": "^1.1.2",
|
2016-05-03 14:23:31 +00:00
|
|
|
"karma-env-preprocessor": "^0.1.1",
|
2017-05-18 07:42:13 +00:00
|
|
|
"karma-firefox-launcher": "^1.0.1",
|
|
|
|
"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",
|
2018-07-13 13:50:55 +00:00
|
|
|
"karma-webpack": "^3.0.0",
|
2018-01-08 08:19:19 +00:00
|
|
|
"mkdirp": "^0.5.1",
|
2018-06-12 07:43:03 +00:00
|
|
|
"mocha": "^5.2.0",
|
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",
|
2019-04-25 08:37:14 +00:00
|
|
|
"puppeteer": "^1.14.0",
|
2018-07-13 13:50:55 +00:00
|
|
|
"raw-loader": "^0.5.1",
|
2018-10-25 18:52:50 +00:00
|
|
|
"rollup": "^0.66.6",
|
2019-04-25 08:55:00 +00:00
|
|
|
"rollup-plugin-commonjs": "^9.3.4",
|
2018-10-25 18:52:50 +00:00
|
|
|
"rollup-plugin-json": "^3.1.0",
|
2019-04-09 14:21:48 +00:00
|
|
|
"rollup-plugin-license": "^0.8.1",
|
2018-04-02 21:15:15 +00:00
|
|
|
"rollup-plugin-node-resolve": "^3.3.0",
|
2019-04-25 08:55:00 +00:00
|
|
|
"rollup-plugin-replace": "^2.2.0",
|
|
|
|
"rollup-plugin-uglify": "^6.0.2",
|
|
|
|
"sinon": "^7.3.2",
|
2018-10-25 18:52:50 +00:00
|
|
|
"sinon-chai": "^3.2.0",
|
2019-04-25 08:55:00 +00:00
|
|
|
"webpack": "^4.30.0"
|
2014-03-11 14:54:36 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2018-01-08 08:24:49 +00:00
|
|
|
"bpmn-font": "^0.8.0",
|
2019-04-25 08:55:00 +00:00
|
|
|
"bpmn-moddle": "^5.1.6",
|
2018-04-10 07:33:11 +00:00
|
|
|
"css.escape": "^1.5.1",
|
2019-04-25 08:35:17 +00:00
|
|
|
"diagram-js": "^3.3.0",
|
2019-04-08 08:35:18 +00:00
|
|
|
"diagram-js-direct-editing": "^1.4.2",
|
2016-03-16 16:11:38 +00:00
|
|
|
"ids": "^0.2.0",
|
2015-03-23 14:15:32 +00:00
|
|
|
"inherits": "^2.0.1",
|
2019-04-25 08:55:00 +00:00
|
|
|
"min-dash": "^3.4.0",
|
2018-04-02 09:09:24 +00:00
|
|
|
"min-dom": "^3.0.0",
|
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
|
|
|
}
|
|
|
|
}
|