{
  "name": "vin-validator",
  "version": "1.0.0",
  "description": "VIN format validation",
  "main": "index.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/wegolook/vin-validator.git"
  },
  "keywords": [
    "vin",
    "validator"
  ],
  "author": "WeGoLook, LLC <dev@wegolook.com>",
  "contributors": [
    {
      "name": "Nicholas Lindley",
      "email": "nick.lindley@wegolook.com"
    }
  ],
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/wegolook/vin-validator/issues"
  },
  "homepage": "https://github.com/wegolook/vin-validator",
  "devDependencies": {
    "chai": "^1.9.2",
    "mocha": "^2.0.1"
  }
}
