EmulatorJS/data/minify/package.json

23 lines
541 B
JSON
Raw Normal View History

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