{
  "name": "git-latest-semver-tag",
  "version": "1.0.2",
  "description": "Get the most recent git semver tag of your repository",
  "homepage": "https://github.com/stevemao/git-latest-semver-tag",
  "author": {
    "name": "Steve Mao",
    "email": "maochenyan@gmail.com",
    "url": "https://github.com/stevemao"
  },
  "repository": "stevemao/git-latest-semver-tag",
  "license": "MIT",
  "files": [
    "index.js",
    "cli.js"
  ],
  "keywords": [
    "git-latest-semver-tag",
    "recent",
    "semver",
    "tag",
    "git-tag",
    "git"
  ],
  "dependencies": {
    "git-semver-tags": "^1.1.2",
    "meow": "^3.3.0"
  },
  "devDependencies": {
    "coveralls": "^2.11.2",
    "istanbul": "^0.3.14",
    "jscs": "^2.1.0",
    "jshint": "^2.8.0",
    "mocha": "*",
    "shelljs": "^0.5.0"
  },
  "scripts": {
    "coverage": "istanbul cover _mocha -- -R spec && rm -rf ./coverage",
    "lint": "jshint *.js --exclude node_modules && jscs *.js",
    "test": "npm run-script lint && mocha"
  },
  "bin": {
    "git-latest-semver-tag": "cli.js"
  }
}
