2014-03-11 15:54:36 +01:00
|
|
|
{
|
2014-04-08 14:09:04 +02:00
|
|
|
"name": "bpmn-js",
|
2017-11-28 18:19:49 +01:00
|
|
|
"version": "0.25.2",
|
2014-03-11 15:54:36 +01:00
|
|
|
"description": "A bpmn 2.0 toolkit and web modeler",
|
|
|
|
"scripts": {
|
2016-06-07 08:46:45 +02:00
|
|
|
"all": "grunt",
|
2016-06-15 12:57:08 +02:00
|
|
|
"dev": "grunt auto-test",
|
2016-07-05 14:35:08 +02:00
|
|
|
"distro": "grunt build",
|
2017-01-27 10:09:34 +01:00
|
|
|
"test": "grunt test",
|
|
|
|
"lint": "grunt lint"
|
2014-03-11 15:54:36 +01:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/bpmn-io/bpmn-js"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"bpmn",
|
2014-08-27 15:43:18 +02:00
|
|
|
"bpmn-js",
|
2014-03-11 15:54:36 +01:00
|
|
|
"toolkit",
|
|
|
|
"web modeler",
|
|
|
|
"modeler",
|
|
|
|
"modeling",
|
|
|
|
"process modeling"
|
|
|
|
],
|
|
|
|
"author": {
|
|
|
|
"name": "Nico Rehwaldt",
|
2015-06-17 12:03:48 +02:00
|
|
|
"url": "https://github.com/nikku"
|
2014-03-11 15:54:36 +01:00
|
|
|
},
|
|
|
|
"contributors": [
|
|
|
|
{
|
|
|
|
"name": "bpmn.io contributors",
|
|
|
|
"url": "https://github.com/bpmn-io"
|
|
|
|
}
|
|
|
|
],
|
2015-07-20 10:47:01 +02:00
|
|
|
"license": "SEE LICENSE IN LICENSE",
|
2014-03-11 15:54:36 +01:00
|
|
|
"devDependencies": {
|
2017-11-19 13:31:06 +01:00
|
|
|
"browser-pack-flat": "^3.0.5",
|
2017-12-10 23:19:19 +01:00
|
|
|
"browserify": "^14.5.0",
|
2015-02-02 14:53:09 +01:00
|
|
|
"browserify-derequire": "^0.9.1",
|
2015-01-11 23:42:27 +01:00
|
|
|
"bundle-collapser": "^1.1.1",
|
2017-10-22 22:23:51 +02:00
|
|
|
"chai": "^4.1.2",
|
2017-09-29 11:08:20 +02:00
|
|
|
"chai-match": "^1.1.1",
|
2017-11-19 13:31:06 +01:00
|
|
|
"common-shakeify": "^0.4.4",
|
2017-05-18 09:42:13 +02:00
|
|
|
"eslint": "^3.19.0",
|
|
|
|
"eslint-plugin-mocha": "^4.9.0",
|
2014-08-05 08:15:54 +02:00
|
|
|
"grunt": "^0.4.4",
|
2016-02-24 09:06:09 +01:00
|
|
|
"grunt-cli": "^0.1.13",
|
2015-01-11 23:42:27 +01:00
|
|
|
"grunt-contrib-copy": "^0.7.0",
|
2017-05-18 09:42:13 +02:00
|
|
|
"grunt-eslint": "^19.0.0",
|
|
|
|
"grunt-karma": "^2.0.0",
|
2014-12-23 16:51:12 +01:00
|
|
|
"jsondiffpatch": "^0.1.26",
|
2017-05-18 09:42:13 +02:00
|
|
|
"karma": "^1.7.0",
|
|
|
|
"karma-browserify": "^5.1.1",
|
|
|
|
"karma-chrome-launcher": "^2.1.1",
|
2016-05-03 16:23:31 +02:00
|
|
|
"karma-env-preprocessor": "^0.1.1",
|
2017-05-18 09:42:13 +02: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",
|
2017-10-22 22:23:51 +02:00
|
|
|
"karma-sinon-chai": "^1.3.2",
|
2017-05-18 09:42:13 +02:00
|
|
|
"karma-spec-reporter": "0.0.31",
|
2014-08-05 08:15:54 +02:00
|
|
|
"load-grunt-tasks": "^0.3.0",
|
2017-10-22 22:23:51 +02:00
|
|
|
"mocha": "^4.0.1",
|
2015-10-05 13:35:10 +02:00
|
|
|
"mocha-test-container-support": "0.2.0",
|
2016-09-27 14:32:22 +02:00
|
|
|
"phantomjs-prebuilt": "^2.1.12",
|
2017-12-13 14:05:15 +01:00
|
|
|
"puppeteer": "^0.13.0",
|
2017-10-22 22:23:51 +02:00
|
|
|
"sinon": "^4.0.1",
|
|
|
|
"sinon-chai": "^2.14.0",
|
2016-01-26 09:15:45 +01:00
|
|
|
"source-map-concat": "^1.0.0",
|
2017-11-29 11:00:05 +01:00
|
|
|
"stringify": "^5.2.0",
|
2015-01-11 23:42:27 +01:00
|
|
|
"time-grunt": "^0.3.2",
|
2017-12-10 23:19:19 +01:00
|
|
|
"uglify-es": "^3.2.2",
|
2017-11-19 13:31:06 +01:00
|
|
|
"unassertify": "^2.1.0",
|
2016-01-26 09:15:45 +01:00
|
|
|
"watchify": "^3.7.0"
|
2014-03-11 15:54:36 +01:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2017-12-13 12:17:21 +01:00
|
|
|
"bpmn-moddle": "^2.0.0",
|
2017-12-22 10:38:37 +01:00
|
|
|
"diagram-js": "^0.27.0",
|
2017-12-14 22:55:18 +01:00
|
|
|
"diagram-js-direct-editing": "^0.22.0",
|
2016-03-16 17:11:38 +01:00
|
|
|
"ids": "^0.2.0",
|
2015-03-23 15:15:32 +01:00
|
|
|
"inherits": "^2.0.1",
|
2015-02-02 14:46:21 +01:00
|
|
|
"lodash": "^3.0.1",
|
2017-12-13 22:59:13 +01:00
|
|
|
"min-dom": "^1.0.0",
|
2017-01-30 13:32:29 +01:00
|
|
|
"object-refs": "^0.1.1",
|
2017-10-26 11:26:46 +02:00
|
|
|
"tiny-svg": "^0.1.3"
|
2014-03-11 15:54:36 +01:00
|
|
|
}
|
|
|
|
}
|