{
  "name": "compare-semver",
  "version": "1.1.0",
  "description": "Compare semver versions to many other semver versions",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "node test/index.js | tap-spec"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/scottcorgan/compare-semver.git"
  },
  "author": "Scott Corgan",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/scottcorgan/compare-semver/issues"
  },
  "homepage": "https://github.com/scottcorgan/compare-semver",
  "dependencies": {
    "semver": "^5.0.1"
  },
  "devDependencies": {
    "tap-spec": "^4.1.0",
    "tape": "^4.2.0"
  }
}
