2014-03-11 14:54:36 +00:00
|
|
|
{
|
2014-04-08 12:09:04 +00:00
|
|
|
"name": "bpmn-js",
|
2015-05-13 10:13:58 +00:00
|
|
|
"version": "0.10.2",
|
2014-03-11 14:54:36 +00:00
|
|
|
"description": "A bpmn 2.0 toolkit and web modeler",
|
|
|
|
"scripts": {
|
|
|
|
"test": "grunt test"
|
|
|
|
},
|
|
|
|
"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",
|
|
|
|
"url": "https://github.com/Nikku"
|
|
|
|
},
|
|
|
|
"contributors": [
|
|
|
|
{
|
|
|
|
"name": "bpmn.io contributors",
|
|
|
|
"url": "https://github.com/bpmn-io"
|
|
|
|
}
|
|
|
|
],
|
2014-05-08 06:51:22 +00:00
|
|
|
"license": "http://bpmn.io/license",
|
2014-03-11 14:54:36 +00:00
|
|
|
"devDependencies": {
|
2015-01-11 22:42:27 +00:00
|
|
|
"browserify": "^8.1.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",
|
2014-08-05 06:15:54 +00:00
|
|
|
"grunt": "^0.4.4",
|
2015-01-11 22:42:27 +00:00
|
|
|
"grunt-contrib-copy": "^0.7.0",
|
2014-08-05 06:15:54 +00:00
|
|
|
"grunt-contrib-jshint": "^0.7.2",
|
|
|
|
"grunt-jsdoc": "^0.5.1",
|
|
|
|
"grunt-karma": "^0.8.0",
|
|
|
|
"grunt-release": "^0.7.0",
|
2014-12-08 09:51:19 +00:00
|
|
|
"jasmine-test-container-support": "^0.1.2",
|
2014-12-23 15:51:12 +00:00
|
|
|
"jsondiffpatch": "^0.1.26",
|
2014-06-14 11:09:05 +00:00
|
|
|
"karma": "^0.12.12",
|
2015-03-13 14:53:07 +00:00
|
|
|
"karma-browserify": "^4.0.0",
|
2014-06-14 11:09:05 +00:00
|
|
|
"karma-chrome-launcher": "^0.1.2",
|
|
|
|
"karma-firefox-launcher": "^0.1.3",
|
|
|
|
"karma-ie-launcher": "^0.1.4",
|
2014-06-13 14:55:31 +00:00
|
|
|
"karma-jasmine": "https://github.com/Nikku/karma-jasmine/archive/jasmine-v2.0.0-latest-1.tar.gz",
|
2014-06-14 11:09:05 +00:00
|
|
|
"karma-phantomjs-launcher": "^0.1.2",
|
2014-08-05 06:15:54 +00:00
|
|
|
"load-grunt-tasks": "^0.3.0",
|
2015-01-11 22:42:27 +00:00
|
|
|
"source-map-concat": "^0.4.0",
|
2015-03-31 12:17:15 +00:00
|
|
|
"stringify": "^3.1.0",
|
2015-01-11 22:42:27 +00:00
|
|
|
"time-grunt": "^0.3.2",
|
|
|
|
"uglify-js": "^2.4.16"
|
2014-03-11 14:54:36 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2015-02-17 09:55:28 +00:00
|
|
|
"bpmn-moddle": "^0.8.0",
|
2015-05-13 10:13:41 +00:00
|
|
|
"diagram-js": "^0.10.1",
|
2015-05-12 14:16:00 +00:00
|
|
|
"diagram-js-direct-editing": "^0.10.0",
|
2014-08-21 13:34:37 +00:00
|
|
|
"didi": "^0.0.4",
|
2015-02-02 13:46:21 +00:00
|
|
|
"ids": "^0.1.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",
|
2015-02-02 13:46:21 +00:00
|
|
|
"object-refs": "^0.1.0"
|
2014-03-11 14:54:36 +00:00
|
|
|
}
|
|
|
|
}
|