1{ 2 "name": "emulatorjs-minify", 3 "version": "1.0.0", 4 "description": "Minify the emulatorjs javascript files", 5 "main": "index.js", 6 "scripts": { 7 "test": "echo \"Error: no test specified\" && exit 1", 8 "build": "node index.js" 9 }, 10 "repository": { 11 "type": "git", 12 "url": "git+https://github.com/ethanaobrien/emulatorjs.git" 13 }, 14 "author": "Ethan O'Brien", 15 "bugs": { 16 "url": "https://github.com/ethanaobrien/emulatorjs/issues" 17 }, 18 "homepage": "https://github.com/ethanaobrien/emulatorjs#readme", 19 "dependencies": { 20 "uglify-js": "^3.15.3", 21 "uglifycss": "0.0.29" 22 } 23} 24 25