{
  "name": "obfuscator-es",
  "version": "0.5.7",
  "scripts": {
    "test": "make all"
  },
  "description": "Code protection / obfuscation for node",
  "keywords": [
    "code protection",
    "obfuscator",
    "uglify"
  ],
  "author": "Stephen Mathieson <me@stephenmathieson.com>",
  "contributors": [
    {
      "name": "Ilija Boshkov",
      "email": "ilija.boshkov@gmail.com"
    }
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/iboshkov/node-obfuscator.git"
  },
  "dependencies": {
    "commander": "~2.0.0",
    "uglify-es": "3.0.27"
  },
  "devDependencies": {
    "better-assert": "~1.0.0",
    "glob": "~3.2.7",
    "jshint": "~2.0.1",
    "mocha": "^2.3.0",
    "should": "~1.2.2",
    "supertest": "~0.6.0"
  },
  "bin": {
    "obfuscator": "bin/obfuscator"
  },
  "main": "index.js",
  "bugs": {
    "url": "https://github.com/iboshkov/node-obfuscator/issues"
  },
  "homepage": "https://github.com/iboshkov/node-obfuscator",
  "directories": {
    "example": "examples",
    "test": "test"
  },
  "license": "MIT"
}
