mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-02-08 04:24:57 +08:00
21 lines
330 B
JSON
21 lines
330 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"
|
||
|
}
|
||
|
}
|