{
  "name": "random-image-placeholder",
  "version": "1.0.2",
  "description": "generate a image placeholder url. 产生一个占位图片链接 ",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/LiangWei88/random-image-placeholder.git"
  },
  "scripts": {
    "test": "istanbul cover _mocha -- -t 5000"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "**/*.js": [
      "eslint --fix",
      "git add"
    ]
  },
  "keywords": [
    "image",
    "picture",
    "placeholder",
    "random"
  ],
  "author": "LiangWei",
  "license": "MIT",
  "devDependencies": {
    "chai": "^4.2.0",
    "eslint": "^6.7.2",
    "eslint-config-google": "^0.14.0",
    "husky": "^3.1.0",
    "istanbul": "^0.4.5",
    "lint-staged": "^9.5.0",
    "mocha": "^6.2.2"
  }
}