{
  "name": "muddler",
  "version": "1.5.13",
  "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 version patch && npm publish ."
  },
  "bin": {
    "muddle": "./dist/muddle.js"
  },
  "author": "jolleyboy",
  "license": "ISC",
  "dependencies": {
    "chai": "^4.1.2",
    "chalk": "^2.2.0",
    "child-process-promise": "^2.2.1",
    "commander": "^2.11.0",
    "google-closure-compiler": "^20170910.0.0",
    "mocha": "^4.0.1",
    "rimraf": "^2.6.2",
    "typescript": "^2.5.3",
    "watch": "^1.0.2"
  },
  "devDependencies": {
    "@types/chai": "^4.0.4",
    "@types/mocha": "^2.2.43",
    "@types/node": "^8.0.46"
  }
}
