mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-29 04:50:14 +00:00
21 lines
651 B
JSON
21 lines
651 B
JSON
{
|
|
"name": "skinarchivetools",
|
|
"version": "1.0.0",
|
|
"description": "A collection of scripts for managing the Internet Archive's collection of Winamp Skins.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node lib/index.js ./assets/skins ./assets/md5Skins ./assets/md5Screenshots ./assets/filenames.txt",
|
|
"clean": "cd md5Skins && find . -delete"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"filehound": "^1.17.0",
|
|
"imagemin": "^6.1.0",
|
|
"imagemin-optipng": "^6.0.0",
|
|
"lodash": "^4.17.11",
|
|
"md5-file": "^4.0.0",
|
|
"puppeteer": "^1.12.2"
|
|
}
|
|
}
|