muddler
Version:
A minifier for hackmud scripts
44 lines (43 loc) • 970 B
JSON
{
"name": "muddler",
"version": "1.4.2",
"description": "A minifier for hackmud scripts",
"main": "muddle.js",
"repository": {
"type": "git",
"url": "https://github.com/jcjolley/muddler.git"
},
"bugs": "https://github.com/jcjolley/muddler/issues",
"keywords": [
"hackmud",
"closure compiler",
"minifier",
"muddle",
"TypeScript",
"testing",
"unit test"
],
"scripts": {
"test": "mocha",
"pub": "npm run test && npm publish ."
},
"bin": {
"muddle": "./dist/muddle.js"
},
"author": "jolleyboy",
"license": "ISC",
"dependencies": {
"chai": "^4.1.2",
"chalk": "^2.2.0",
"commander": "^2.11.0",
"google-closure-compiler": "^20170910.0.0",
"mocha": "^4.0.1",
"mocha-silent-reporter": "^1.0.0",
"rimraf": "^2.6.2",
"typescript": "^2.5.3",
"watch": "^1.0.2"
},
"devDependencies": {
"@types/node": "^8.0.46"
}
}