{
  "name": "jcrypto",
  "description": "JavaScript white-box cryptography tools.",
  "version": "0.2.2-dev",
  "homepage": "https://github.com/tsu-iscd/jcrypto",
  "author": "Tomsk State University Information Security and Cryptography Department",
  "maintainers": [
    {
      "name": "Denis Kolegov",
      "email": "dnkolegov@gmail.com"
    },
    {
      "name": "Nikita Oleksov",
      "email": "neoleksov@gmail.com"
    },
    {
      "name": "Oleg Broslavsky",
      "email": "ovbroslavsky@gmail.com"
    }
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/tsu-iscd/jcrypto.git"
  },
  "license": "Apache-2.0",
  "engines": {
    "node": ">= 0.10.0"
  },
  "scripts": {
    "lint": "eslint src/*.js test/**/*.js",
    "test": "nodeunit test/*.js"
  },
  "pre-commit": [
    "lint"
  ],
  "devDependencies": {
    "eslint": "^3.7.1",
    "grunt": "^0.4.5",
    "grunt-cli": "^0.1.13",
    "grunt-contrib-clean": "^1.0.0",
    "grunt-contrib-nodeunit": "^1.0.0",
    "grunt-eslint": "^19.0.0",
    "grunt-jsvalidate": "^0.2.2",
    "grunt-mkdir": "^1.0.0",
    "nodeunit": "^0.9.1",
    "pre-commit": "^1.1.3",
    "uglify-js": "^2.7.4"
  },
  "keywords": [
    "white-box cryptography",
    "obfuscation",
    "cryptography",
    "encryption",
    "hashing",
    "AES128-CTR",
    "HMAC-SHA256"
  ],
  "main": "./src/index.js",
  "bin": {
    "jcrypto": "./bin/jcrypto.js"
  },
  "dependencies": {
    "escodegen": "^1.8.0",
    "esprima": "^2.7.2",
    "minimist": "^1.2.0",
    "esformatter": "^0.9.6"
  },
  "bugs": {
    "url": "https://github.com/tsu-iscd/jcrypto/issues"
  },
  "directories": {
    "src": "src"
  }
}
