{
  "name": "srp-binding",
  "version": "0.0.1",
  "description": "Implementing Secure Remote Password protocol binding for node.js",
  "main": "index.js",
  "dependencies": {
    "bindings": "^1.2.1",
    "mocha": "^5.2.0",
    "nan": "^2.0.9"
  },
  "scripts": {
    "install": "node-gyp rebuild",
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vbogolepov/srp-binding.git"
  },
  "keywords": [
    "srp-binding"
  ],
  "author": "Viktor Bogolepov",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/vbogolepov/srp-binding/issues"
  },
  "homepage": "https://github.com/vbogolepov/srp-binding/#readme"
}
