bestikk-uglify
Version:
A simple tool to uglify JavaScript files based on Google Closure Compiler
50 lines (49 loc) • 1.12 kB
JSON
{
"name": "bestikk-uglify",
"version": "3.0.1",
"description": "A simple tool to uglify JavaScript files based on Google Closure Compiler",
"main": "index.js",
"engines": {
"node": ">=8.11",
"npm": ">=6"
},
"files": [
"closure-compiler-v20190215.jar"
],
"scripts": {
"lint": "standard spec/* index.js",
"lint:fix": "standard --fix spec/* index.js",
"test": "mocha spec/** && node spec/smoke.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bestikk/bestikk-uglify.git"
},
"keywords": [
"uglify",
"google",
"closure",
"compiler"
],
"author": "Guillaume Grossetie (https://github.com/mogztter)",
"license": "MIT",
"bugs": {
"url": "https://github.com/bestikk/bestikk-uglify/issues"
},
"homepage": "https://github.com/bestikk/bestikk-uglify#readme",
"dependencies": {
"bestikk-log": "0.1.0"
},
"devDependencies": {
"chai": "4.3.6",
"libnpmpublish": "^4.0.2",
"mocha": "10.1.0",
"pacote": "^12.0.3",
"standard": "17.0.0"
},
"standard": {
"env": [
"mocha"
]
}
}