{
  "name": "gnirts",
  "version": "1.1.8",
  "description": "Obfuscate the string literal in the JavaScript code.",
  "keywords": [
    "mangle",
    "obfuscate",
    "obfuscator",
    "obfuscation",
    "string",
    "literal",
    "security",
    "password",
    "secret"
  ],
  "main": "./lib/gnirts.js",
  "homepage": "https://github.com/anseki/gnirts",
  "repository": {
    "type": "git",
    "url": "git://github.com/anseki/gnirts.git"
  },
  "moduleType": "node",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ],
  "license": "MIT",
  "authors": [
    "anseki <AnSeki.aff@gmail.com>"
  ]
}
