{
  "name": "nver",
  "version": "0.0.15",
  "description": "Fast and easy-to-use semantic versioning (semver) tool for node packages",
  "bin": {
    "nver": "dist/bin/nver"
  },
  "scripts": {
    "test": "grunt test",
    "prepublish": "grunt"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jpstevens/nver.git"
  },
  "keywords": [
    "semver",
    "auto",
    "automatic",
    "semantic",
    "version",
    "control"
  ],
  "author": "Jack Stevens <jack@applyr.com>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/jpstevens/nver/issues"
  },
  "homepage": "https://github.com/jpstevens/nver",
  "devDependencies": {
    "chai": "^1.9.1",
    "mocha": "^1.20.0",
    "coffee-script": "^1.7.1",
    "grunt": "^0.4.5",
    "grunt-contrib-coffee": "^0.10.1",
    "grunt-coffeelint": "0.0.10",
    "grunt-contrib-clean": "^0.5.0",
    "grunt-mocha-test": "^0.11.0",
    "grunt-remove": "^0.1.0",
    "grunt-mkdir": "^0.1.1",
    "grunt-contrib-copy": "^0.5.0",
    "grunt-file-creator": "^0.1.1",
    "grunt-chmod": "^1.0.3"
  },
  "dependencies": {
    "semver": "^2.3.0",
    "node-getopt": "^0.2.3",
    "capitalize": "^0.5.0"
  }
}