mirror of
https://github.com/sartography/bpmn-js.git
synced 2025-01-10 09:05:58 +00:00
bd6aa53662
This commit removes the bpmn model specific parts that have been outsourced to the project bpmn-io/bpmn-moddle. In addition it removes BPMN 2.0 diagrams that were crafted especially for tests of that functionality. Closes #25
27 lines
409 B
JSON
27 lines
409 B
JSON
{
|
|
"name": "bpmn-js",
|
|
"version": "0.0.1",
|
|
"authors": [
|
|
"bpmn.io"
|
|
],
|
|
"description": "A bpmn 2.0 toolkit and web modeler",
|
|
"main": "dist/bpmn.js",
|
|
"keywords": [
|
|
"models",
|
|
"diagram",
|
|
"renderer",
|
|
"modeler"
|
|
],
|
|
"dependencies": {
|
|
|
|
},
|
|
"homepage": "http://bpmn.io",
|
|
"private": true,
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test"
|
|
]
|
|
}
|