EmulatorJS/data/minify/package.json

24 lines
606 B
JSON
Raw Normal View History

2022-04-19 01:37:24 +00:00
{
"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",
2022-05-15 03:32:32 +00:00
"url": "git+https://github.com/ethanaobrien/emulatorjs.git"
2022-04-19 01:37:24 +00:00
},
"author": "Ethan O'Brien",
"bugs": {
"url": "https://github.com/ethanaobrien/emulatorjs/issues"
},
"homepage": "https://github.com/ethanaobrien/emulatorjs#readme",
"dependencies": {
2022-05-16 16:45:45 +00:00
"uglify-js": "^3.15.3",
"uglifycss": "0.0.29"
2022-04-19 01:37:24 +00:00
}
}