{
  "name": "mcrypt",
  "version": "0.1.17",
  "description": "MCrypt bindings",
  "keywords": [
    "mcrypt",
    "crypto"
  ],
  "homepage": "https://github.com/tugrul/node-mcrypt",
  "author": "Tuğrul Topuz <tugrultopuz@gmail.com>",
  "bugs": {
    "url": "https://github.com/tugrul/node-mcrypt/issues"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/tugrul/node-mcrypt.git"
  },
  "scripts": {
    "test": "mocha"
  },
  "engines": {
    "node": ">=0.10.16"
  },
  "dependencies": {
    "bindings": "^1.3.0",
    "nan": "^2.14.0"
  },
  "devDependencies": {
    "mocha": "^2.3.3",
    "node-gyp": "^3.6.2"
  },
  "main": "index.js",
  "gypfile": true
}
