{ "name": "evil", "version": "1.0.2", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "uglifyjs --compress --mangle --output build/adj-ordinaryjs.min.js -- index.js" }, "keywords": [], "author": "", "license": "ISC", "devDependencies": { "uglify-js": "^3.13.3" } }