{
  "name": "dereserve",
  "description": "provides `dereserve` command to recast all ES3 reserved words to their safe alternatives",
  "version": "1.0.0",
  "author": {
    "name": "Takuto Wada",
    "email": "takuto.wada@gmail.com",
    "url": "https://github.com/twada"
  },
  "bin": {
    "dereserve": "./bin/cmd.js"
  },
  "bugs": "https://github.com/twada/dereserve/issues",
  "dependencies": {
    "concat-stream": "^1.4.8",
    "es3-safe-recast": "^2.0.1"
  },
  "devDependencies": {
    "jshint": "^2.7.0",
    "mocha": "^2.2.4"
  },
  "files": [
    "CHANGELOG.md",
    "README.md",
    "bin",
    "index.js",
    "package.json"
  ],
  "homepage": "https://github.com/twada/dereserve",
  "keywords": [
    "ecmascript"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git://github.com/twada/dereserve.git"
  },
  "scripts": {
    "lint": "jshint index.js bin/cmd.js",
    "test": "npm run lint && mocha"
  }
}
