mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-02-10 18:05:32 +08:00
14 lines
165 B
JSON
14 lines
165 B
JSON
{
|
|
"name": "fetch",
|
|
"main": "fetch.js",
|
|
"ignore": [
|
|
".*",
|
|
"*.md",
|
|
"examples/",
|
|
"Makefile",
|
|
"package.json",
|
|
"script/",
|
|
"test/"
|
|
]
|
|
}
|