2020-03-27 21:37:07 +00:00
|
|
|
{
|
|
|
|
|
"name": "snarf",
|
|
|
|
|
"version": "0.0.0",
|
|
|
|
|
"description": "A simple, low-dependency file downloader",
|
2020-03-27 21:45:47 +00:00
|
|
|
"main": "snarf.js",
|
2020-03-27 21:37:07 +00:00
|
|
|
"author": "Atlas <AtlasJan@gmx.com>",
|
|
|
|
|
"license": "LGPL-3.0-or-later",
|
|
|
|
|
"devDependencies": {
|
2022-11-11 11:52:13 +00:00
|
|
|
"mocha": "^10.1.0"
|
2020-03-27 21:37:07 +00:00
|
|
|
}
|
|
|
|
|
}
|