EmulatorJS/data/minify/package.json
Ethan O'Brien 4da87d0e6b Version 1.1.2
Co-authored-by: Allan Niles <74841470+allancoding@users.noreply.github.com>
Co-authored-by: ElectronicsArchiver <85485984+ElectronicsArchiver@users.noreply.github.com>
Co-authored-by: GreyHope <hello@greyhope.uk>
Co-authored-by: Kyle Steffel <cheesykyle@users.noreply.github.com>
2022-05-05 14:45:00 -05:00

22 lines
587 B
JSON

{
"name": "emulatorjs-minify",
"version": "1.0.0",
"description": "Minify the emulatorjs javascript files",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ethanaobrien/youtube-downloader.git"
},
"author": "Ethan O'Brien",
"bugs": {
"url": "https://github.com/ethanaobrien/emulatorjs/issues"
},
"homepage": "https://github.com/ethanaobrien/emulatorjs#readme",
"dependencies": {
"uglify-js": "^3.15.3"
}
}