nzz-downloader/package.json

14 lines
268 B
JSON
Raw Normal View History

2020-12-23 21:21:47 +00:00
{
"name": "nzz-downloader",
2020-12-23 22:00:48 +00:00
"version": "0.1.2",
2020-12-23 21:21:47 +00:00
"description": "",
"main": "nzz.js",
"author": "Sebastian Hugentobler",
"license": "MPL-2.0",
"dependencies": {
"selenium-webdriver": "^4.0.0-alpha.8",
"tmp": "^0.2.1",
"yargs": "^16.2.0"
}
}