mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-05-01 03:22:29 +00:00
18 lines
239 B
JSON
18 lines
239 B
JSON
{
|
|
"name": "async",
|
|
"main": "dist/async.js",
|
|
"ignore": [
|
|
"bower_components",
|
|
"lib",
|
|
"test",
|
|
"node_modules",
|
|
"perf",
|
|
"support",
|
|
"**/.*",
|
|
"*.config.js",
|
|
"*.json",
|
|
"index.js",
|
|
"Makefile"
|
|
]
|
|
}
|