{
  "name": "nhtsa",
  "version": "1.2.7",
  "description": "Fetch and parse vehicle data from the NHTSA Vehicle API",
  "main": "nhtsa.js",
  "scripts": {
    "test": "mocha test/**"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:iMears/nhtsa.git"
  },
  "keywords": [
    "NHTSA",
    "nhtsa",
    "national",
    "highway",
    "traffic",
    "safety",
    "administration",
    "api",
    "vin",
    "vehicle",
    "vehicles",
    "vin decoder",
    "vindec",
    "automobiles"
  ],
  "author": "Maxwell Mears",
  "license": "MIT",
  "dependencies": {
    "axios": "^0.18.0"
  },
  "bugs": {
    "url": "https://github.com/imears/nhtsa/issues"
  },
  "homepage": "https://github.com/imears/nhtsa#readme",
  "devDependencies": {
    "chai": "^4.1.2",
    "chai-as-promised": "^7.1.1",
    "mocha": "^5.0.1",
    "sinon": "^4.3.0"
  }
}
