{
  "name": "npm-latest",
  "version": "2.0.0",
  "description": "Quickly find the latest version of a package in npm.",
  "homepage": "https://github.com/jprichardson/npm-latest.git",
  "repository": {
    "type": "git",
    "url": "git@github.com:jprichardson/npm-latest.git"
  },
  "keywords": [
    "npm",
    "latest",
    "version"
  ],
  "author": "JP Richardson <jprichardson@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "colors": "1.3.3",
    "vcsurl": "0.1.1"
  },
  "devDepdencies": {},
  "bin": {
    "npm-latest": "./cli.js"
  },
  "devDependencies": {
    "mocha": "^6.1.4"
  },
  "scripts": {
    "test": "mocha"
  },
  "files": [
    "index.js",
    "cli.js"
  ]
}
