2024-08-14 15:17:51 +08:00

58 lines
1.3 KiB
JSON

{
"name": "bpmn-js-diffing",
"version": "0.0.0",
"description": "Visual diffing of BPMN 2.0 diagrams",
"main": "app/app.js",
"repository": {
"type": "git",
"url": "https://github.com/bpmn-io/bpmn-js-diffing"
},
"keywords": [
"bpmnjs"
],
"author": {
"name": "Nico Rehwaldt",
"url": "https://github.com/Nikku"
},
"contributors": [
{
"name": "bpmn.io contributors",
"url": "https://github.com/bpmn-io"
}
],
"license": "MIT",
"browser": {
"fs": false
},
"devDependencies": {
"brfs": "^1.2.0",
"grunt": "~0.4.4",
"grunt-contrib-watch": "~0.5.0",
"grunt-contrib-connect": "~0.6.0",
"grunt-contrib-jshint": "~0.7.2",
"grunt-contrib-copy": "~0.5.0",
"grunt-browserify": "^2.1.4",
"karma": "^0.12.21",
"karma-chrome-launcher": "~0.1.2",
"karma-phantomjs-launcher": "0.1.2",
"karma-ie-launcher": "~0.1.4",
"karma-firefox-launcher": "~0.1.3",
"karma-bro": "~0.6.0",
"mocha": "^1.21.4",
"karma-mocha": "^0.1.7",
"chai": "^1.9.1",
"karma-chai": "^0.1.0",
"bpmn-js": "^0.4.0",
"jsondiffpatch": "^0.1.8",
"load-grunt-tasks": "~0.3.0",
"grunt-karma": "^0.8.3"
},
"dependencies": {
"bpmn-moddle": "^0.3.0",
"bpmn-js": "^0.4.1",
"jquery": "^2.1.0",
"lodash": "^2.4.0",
"grunt-jsdoc": "^0.5.6"
}
}