bpmn-js/bower.json
Nico Rehwaldt bd6aa53662 chore(project): pull out bpmn model
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
2014-04-03 19:34:17 +02:00

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"
]
}