{
  "author": "Dan Nielsen <dnielsen@fastmail.fm>",
  "name": "cracklib",
  "description": "NodeJS access to cracklib functions",
  "keywords": [
    "password",
    "cracklib",
    "libcrack",
    "security"
  ],
  "version": "3.0.0",
  "main": "index.js",
  "homepage": "https://github.com/landlines/node-cracklib",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/landlines/node-cracklib.git"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/landlines/node-cracklib/blob/master/LICENSE"
    }
  ],
  "bugs": {
    "url": "https://github.com/landlines/node-cracklib/issues"
  },
  "dependencies": {
    "nan": "^2.23.0"
  },
  "scripts": {
    "install": "node-gyp rebuild",
    "test": "mocha"
  },
  "gypfile": true,
  "directories": {
    "test": "test"
  },
  "license": "MIT",
  "devDependencies": {
    "mocha": "^10.1.0",
    "node-gyp": "^9.3.0"
  }
}
