mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
23 lines
410 B
JSON
23 lines
410 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": {
|
|
"tinymce-dist": "~4.2.1",
|
|
"bootstrap": "~3.3.5",
|
|
"jquery-sortable": "~0.9.13",
|
|
"material-design-iconic-font": "~2.1.1"
|
|
}
|
|
}
|