{
  "name": "releasor",
  "version": "1.2.1",
  "description": "Command line tool to automate node module releasing to NPM and Git",
  "main": "./src/index.js",
  "bin": {
    "releasor": "./src/index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kimmobrunfeldt/releasor.git"
  },
  "keywords": [
    "npm",
    "release",
    "releasor",
    "automation",
    "script",
    "publish",
    "automate"
  ],
  "author": "Kimmo Brunfeldt",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/kimmobrunfeldt/releasor/issues"
  },
  "homepage": "https://github.com/kimmobrunfeldt/releasor#readme",
  "scripts": {
    "ci": "./tools/ci.sh",
    "eslint": "eslint --ext .js ./src",
    "jscs": "jscs ./src"
  },
  "dependencies": {
    "bluebird": "^2.10.0",
    "lodash": "^3.10.1",
    "mustache": "^2.1.3",
    "shelljs": "^0.5.3",
    "yargs": "^3.25.0"
  },
  "devDependencies": {
    "eslint": "^1.5.0",
    "jscs": "^2.1.1"
  }
}
