{
  "name": "create-cert",
  "version": "1.0.6",
  "description": "Super simple self signed certificates",
  "main": "src/index.js",
  "scripts": {
    "test": "xo && nyc ava",
    "coverage": "nyc report --reporter=text-lcov | coveralls"
  },
  "xo": {
    "extends": "xo-lukechilds"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lukechilds/create-cert.git"
  },
  "keywords": [
    "self",
    "signed",
    "certificate",
    "cert",
    "ssl"
  ],
  "author": "Luke Childs <lukechilds123@gmail.com> (http://lukechilds.co.uk)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/lukechilds/create-cert/issues"
  },
  "homepage": "https://github.com/lukechilds/create-cert",
  "dependencies": {
    "pem": "^1.9.7",
    "pify": "^3.0.0"
  },
  "devDependencies": {
    "ava": "^0.20.0",
    "coveralls": "^2.13.1",
    "date-fns": "^1.28.5",
    "eslint-config-xo-lukechilds": "^1.0.0",
    "got": "^7.0.0",
    "nyc": "^11.0.2",
    "pem": "^1.9.7",
    "pify": "^3.0.0",
    "xo": "^0.19.0"
  }
}
