{
  "name": "plate-number",
  "version": "1.0.0",
  "description": "A simple library to generate random car license plate numbers",
  "main": "index.js",
  "scripts": {
    "test": "node_modules/.bin/mocha --reporter spec",
    "cover": "node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha -- -R spec test/*"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/busayo/plate-number.git"
  },
  "keywords": [
    "Car",
    "Plate",
    "numbers",
    "Vehicles",
    "License",
    "Generate"
  ],
  "author": "Prosper Otemuyiwa <prosperotemuyiwa@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/busayo/plate-number/issues"
  },
  "engines": {
    "node": ">=0.12.6"
  },
  "homepage": "https://github.com/busayo/plate-number#readme",
  "devDependencies": {
    "chai": "^3.3.0",
    "coveralls": "^2.11.4",
    "mocha": "^2.3.3"
  }
}
