chore(project): add bower

This commit is contained in:
Nico Rehwaldt 2014-03-13 11:21:21 +01:00
parent 423c757f1d
commit 284657490e
1 changed files with 27 additions and 0 deletions

27
bower.json Normal file
View File

@ -0,0 +1,27 @@
{
"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": {
"snapsvg": "https://raw2.github.com/Nikku/Snap.svg/browserify-dev/dist/snap.svg.js",
"font-awesome": "~4.0.3"
},
"homepage": "http://bpmn.io",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test"
]
}