EmulatorJS/data/minify/package.json
Ethan O'Brien 50b85bfa65 EmulatorJS Version 4.0
See Changelog for information.

I'm deeply sorry to anyone with active branches, and good luck with merge conflicts
2023-07-18 12:13:07 -05:00

22 lines
541 B
JSON

{
"name": "emulatorjs-minify",
"version": "1.0.1",
"description": "Minify the EmulatorJS javascript files",
"main": "index.js",
"scripts": {
"build": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EmulatorJS/EmulatorJS.git"
},
"author": "Ethan O'Brien",
"bugs": {
"url": "https://github.com/EmulatorJS/EmulatorJS/issues"
},
"homepage": "https://github.com/EmulatorJS/EmulatorJS#readme",
"dependencies": {
"uglify-js": "^3.17.4",
"uglifycss": "0.0.29"
}
}