{
  "name": "gnirts",
  "version": "1.1.8",
  "title": "gnirts",
  "description": "Obfuscate string literals in JavaScript code.",
  "keywords": [
    "mangle",
    "obfuscate",
    "obfuscator",
    "obfuscation",
    "string",
    "literal",
    "security",
    "password",
    "secret"
  ],
  "main": "./lib/gnirts.js",
  "files": [
    "lib/*.js",
    "bower.json"
  ],
  "engines": {
    "node": ">= 0.8.0"
  },
  "devDependencies": {
    "chai": "^4.3.4",
    "mocha": "^10.1.0",
    "pre-proc": "^1.0.2",
    "sinon": "^11.1.1"
  },
  "scripts": {
    "test": "mocha"
  },
  "homepage": "https://github.com/anseki/gnirts",
  "repository": {
    "type": "git",
    "url": "git://github.com/anseki/gnirts.git"
  },
  "bugs": "https://github.com/anseki/gnirts/issues",
  "license": "MIT",
  "author": {
    "name": "anseki",
    "url": "https://github.com/anseki"
  }
}
