2014-03-11 14:54:36 +00:00
|
|
|
{
|
2014-04-08 12:09:04 +00:00
|
|
|
"name": "bpmn-js",
|
2016-12-21 09:40:53 +00:00
|
|
|
"version": "0.19.0",
|
2014-03-11 14:54:36 +00:00
|
|
|
"description": "A bpmn 2.0 toolkit and web modeler",
|
|
|
|
"scripts": {
|
2016-06-07 06:46:45 +00:00
|
|
|
"all": "grunt",
|
2016-06-15 10:57:08 +00:00
|
|
|
"dev": "grunt auto-test",
|
2016-07-05 12:35:08 +00:00
|
|
|
"distro": "grunt build",
|
2017-01-27 09:09:34 +00:00
|
|
|
"test": "grunt test",
|
|
|
|
"lint": "grunt lint"
|
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",
|
2014-03-11 14:54:36 +00:00
|
|
|
"devDependencies": {
|
2016-01-26 08:15:45 +00:00
|
|
|
"browserify": "^13.0.0",
|
2015-02-02 13:53:09 +00:00
|
|
|
"browserify-derequire": "^0.9.1",
|
2015-01-11 22:42:27 +00:00
|
|
|
"bundle-collapser": "^1.1.1",
|
2015-07-15 15:22:19 +00:00
|
|
|
"chai": "~2.2.0",
|
2016-06-07 06:46:45 +00:00
|
|
|
"eslint": "^2.11.1",
|
|
|
|
"eslint-plugin-mocha": "^2.2.0",
|
2014-08-05 06:15:54 +00:00
|
|
|
"grunt": "^0.4.4",
|
2016-02-24 08:06:09 +00:00
|
|
|
"grunt-cli": "^0.1.13",
|
2015-01-11 22:42:27 +00:00
|
|
|
"grunt-contrib-copy": "^0.7.0",
|
2016-06-07 06:46:45 +00:00
|
|
|
"grunt-eslint": "^18.1.0",
|
2015-08-06 07:51:01 +00:00
|
|
|
"grunt-karma": "^0.12.0",
|
2014-08-05 06:15:54 +00:00
|
|
|
"grunt-release": "^0.7.0",
|
2014-12-23 15:51:12 +00:00
|
|
|
"jsondiffpatch": "^0.1.26",
|
2015-08-06 07:51:01 +00:00
|
|
|
"karma": "^0.13.0",
|
2016-01-26 08:15:45 +00:00
|
|
|
"karma-browserify": "^5.0.1",
|
2015-07-15 15:22:19 +00:00
|
|
|
"karma-chai": "^0.1.0",
|
2016-01-27 14:04:07 +00:00
|
|
|
"karma-chrome-launcher": "^0.2.2",
|
2016-05-03 14:23:31 +00:00
|
|
|
"karma-env-preprocessor": "^0.1.1",
|
2014-06-14 11:09:05 +00:00
|
|
|
"karma-firefox-launcher": "^0.1.3",
|
2015-09-09 08:30:07 +00:00
|
|
|
"karma-ie-launcher": "^0.2.0",
|
2016-01-28 09:59:47 +00:00
|
|
|
"karma-mocha": "~0.1.0",
|
2016-09-27 12:32:22 +00:00
|
|
|
"karma-phantomjs-launcher": "^1.0.2",
|
2015-06-08 07:16:14 +00:00
|
|
|
"karma-safari-launcher": "^0.1.1",
|
2015-07-15 15:22:19 +00:00
|
|
|
"karma-sinon-chai": "~0.3.0",
|
2016-06-07 08:25:00 +00:00
|
|
|
"karma-spec-reporter": "0.0.26",
|
2014-08-05 06:15:54 +00:00
|
|
|
"load-grunt-tasks": "^0.3.0",
|
2015-07-20 08:49:04 +00:00
|
|
|
"mocha": "^2.2.5",
|
2015-10-05 11:35:10 +00:00
|
|
|
"mocha-test-container-support": "0.2.0",
|
2016-09-27 12:32:22 +00:00
|
|
|
"phantomjs-prebuilt": "^2.1.12",
|
2015-07-15 15:22:19 +00:00
|
|
|
"sinon": "~1.14.1",
|
|
|
|
"sinon-chai": "~2.7.0",
|
2016-01-26 08:15:45 +00:00
|
|
|
"source-map-concat": "^1.0.0",
|
|
|
|
"stringify": "^3.1.0",
|
2015-01-11 22:42:27 +00:00
|
|
|
"time-grunt": "^0.3.2",
|
2016-01-26 08:15:45 +00:00
|
|
|
"uglify-js": "^2.4.16",
|
|
|
|
"watchify": "^3.7.0"
|
2014-03-11 14:54:36 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2016-12-05 15:46:10 +00:00
|
|
|
"bpmn-moddle": "^0.13.0",
|
2016-12-01 14:37:06 +00:00
|
|
|
"diagram-js": "^0.18.2",
|
2016-11-11 09:35:07 +00:00
|
|
|
"diagram-js-direct-editing": "^0.17.1",
|
|
|
|
"diagram-js-origin": "^0.15.1",
|
2016-03-16 16:11:38 +00:00
|
|
|
"ids": "^0.2.0",
|
2015-03-23 14:15:32 +00:00
|
|
|
"inherits": "^2.0.1",
|
2015-02-02 13:46:21 +00:00
|
|
|
"lodash": "^3.0.1",
|
2015-03-12 13:20:47 +00:00
|
|
|
"min-dom": "^0.2.0",
|
2017-01-27 08:23:58 +00:00
|
|
|
"object-refs": "^0.2.0",
|
2016-11-17 17:22:54 +00:00
|
|
|
"tiny-svg": "^0.1.1"
|
2014-03-11 14:54:36 +00:00
|
|
|
}
|
|
|
|
}
|