{
  "name": "webpack-obfuscator",
  "version": "0.6.2",
  "description": "javascript-obfuscator plugin for Webpack",
  "keywords": [
    "obfuscator",
    "obfuscation",
    "uglify",
    "crush",
    "code protection",
    "javascript obfuscator",
    "js obfuscator",
    "webpack obfuscator"
  ],
  "main": "index.js",
  "dependencies": {
    "javascript-obfuscator": "^0.6.1",
    "multimatch": "^2.0.0",
    "webpack-core": "^0.6.8"
  },
  "devDependencies": {
    "typescript": "^1.8.10",
    "typings": "^0.8.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sanex3339/webpack-obfuscator.git"
  },
  "scripts": {
    "tsc": "tsc",
    "tsc:w": "tsc -w",
    "typings": "node_modules/.bin/typings install"
  },
  "author": {
    "name": "Timofey Kachalov"
  },
  "license": "BSD-2-Clause"
}
