BookStack/bower.json
2015-07-15 22:55:49 +01:00

23 lines
391 B
JSON

{
"name": "oxbow",
"version": "0.0.0",
"authors": [
"Dan Brown <ssddanbrown@googlemail.com>"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"public/bower/",
"test",
"tests"
],
"dependencies": {
"dropzone": "~4.0.1",
"tinymce-dist": "~4.2.1",
"bootstrap": "~3.3.5",
"jquery-sortable": "~0.9.13"
}
}