{
  "name": "password-generation",
  "version": "1.1.0",
  "description": "Password generation and complexity checking without headache",
  "main": "lib/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/icepy/password-generation.git"
  },
  "keywords": [
    "password",
    "password generation",
    "generation"
  ],
  "author": "icepy <xiangwenwe@gmail.com> (http://github.com/icepy)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/icepy/password-generation/issues"
  },
  "scripts": {
    "test": "mocha",
    "build": "tsc"
  },
  "devDependencies": {
    "chai": "^4.2.0",
    "mocha": "^6.0.2"
  }
}
