{
  "name": "junminify",
  "version": "1.0.0",
  "description": "Easily unminify nodejs code using esprima and escodegen.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": ["unminify", "minify"],
  "author": "loganisadev2npm",
  "license": "ISC",
  "dependencies": {
    "escodegen": "^2.0.0",
    "esprima": "^4.0.1"
  }
}
