14 lines
165 B
JSON
14 lines
165 B
JSON
{
|
|
"name": "fetch",
|
|
"main": "fetch.js",
|
|
"ignore": [
|
|
".*",
|
|
"*.md",
|
|
"examples/",
|
|
"Makefile",
|
|
"package.json",
|
|
"script/",
|
|
"test/"
|
|
]
|
|
}
|