bpmn-js/package.json
Nico Rehwaldt 5a2c5c425c chore(navigation): move features to diagram-js
This commit moves the navigation features from bpmn-js to diagram-js so
that they can be reused in other modeling / viewer tools.

Related to #124

BREAKING CHANGE:

Navigation features have been moved to diagram-js. If you use them in
custom bundles, update their location accordingly:

bpmn-js/lib/features/movecanvas -> diagram-js/lib/navigation/movecanvas
bpmn-js/lib/features/zoomscroll -> diagram-js/lib/navigation/zoomscroll
bpmn-js/lib/features/touch -> diagram-js/lib/navigation/touch
2014-08-27 15:43:18 +02:00

69 lines
1.8 KiB
JSON

{
"name": "bpmn-js",
"version": "0.4.1",
"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",
"bpmn-js",
"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"
}
],
"license": "http://bpmn.io/license",
"devDependencies": {
"brfs": "^1.2.0",
"diagram-js": "^0.4.0",
"exposify": "https://github.com/Nikku/exposify/archive/v0.2.0-transform-arguments-0.tar.gz",
"grunt": "^0.4.4",
"grunt-browserify": "^2.1.2",
"grunt-contrib-jshint": "^0.7.2",
"grunt-contrib-uglify": "https://github.com/gruntjs/grunt-contrib-uglify/archive/master.tar.gz",
"grunt-jsdoc": "^0.5.1",
"grunt-karma": "^0.8.0",
"grunt-release": "^0.7.0",
"jasmine-test-container-support": "0.0.1",
"jsondiffpatch": "^0.1.7",
"karma": "^0.12.12",
"karma-bro": "^0.6.2",
"karma-chrome-launcher": "^0.1.2",
"karma-firefox-launcher": "^0.1.3",
"karma-ie-launcher": "^0.1.4",
"karma-jasmine": "https://github.com/Nikku/karma-jasmine/archive/jasmine-v2.0.0-latest-1.tar.gz",
"karma-phantomjs-launcher": "^0.1.2",
"load-grunt-tasks": "^0.3.0",
"time-grunt": "^0.3.2"
},
"dependencies": {
"bpmn-moddle": "^0.3.0",
"diagram-js-direct-editing": "^0.3.0",
"didi": "^0.0.4",
"jquery": "^2.1.0",
"lodash": "^2.4.0",
"object-refs": "^0.1.0",
"ids": "^0.0.3",
"bpmn-js-cli": "^0.1.1"
},
"peerDependencies": {
"diagram-js": "^0.4.0"
}
}