{
  "name": "win-dpapi",
  "version": "1.1.0",
  "description": "Node native module to encrypt/decrypt data. On Windows, it uses DPAPI",
  "main": "index.js",
  "scripts": {
    "test": "node test.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/daguej/node-dpapi"
  },
  "keywords": [
    "dpapi",
    "encrypt"
  ],
  "author": "Brad Hughes",
  "license": "MIT",
  "os": [
    "win32"
  ],
  "dependencies": {
    "bindings": "^1.5.0",
    "nan": "^2.14.1"
  }
}
