snarf-node/package.json

15 lines
334 B
JSON

{
"name": "snarf",
"version": "0.0.0",
"description": "A simple, low-dependency file downloader",
"main": "index.js",
"author": "Atlas <AtlasJan@gmx.com>",
"license": "LGPL-3.0-or-later",
"devDependencies": {
"gulp": "^4.0.2",
"gulp-livescript": "^3.0.1",
"livescript": "^1.6.0",
"mocha": "^7.1.1"
}
}