You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
364 B
JSON

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