{
  "name": "foundry-release-base",
  "description": "CLI base for foundry release commands",
  "version": "1.0.2",
  "homepage": "https://github.com/twolfson/foundry-release-base",
  "author": {
    "name": "Todd Wolfson",
    "email": "todd@twolfson.com",
    "url": "http://twolfson.com/"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/twolfson/foundry-release-base.git"
  },
  "bugs": {
    "url": "https://github.com/twolfson/foundry-release-base/issues"
  },
  "main": "lib/foundry-release-base",
  "engines": {
    "node": ">= 0.10.0"
  },
  "license": "Unlicense",
  "scripts": {
    "precheck": "twolfson-style precheck lib/ test/",
    "precheck-windows": "twolfson-style precheck lib\\ test\\",
    "lint": "twolfson-style lint lib/ test/",
    "lint-windows": "twolfson-style lint lib\\ test\\",
    "pretest": "twolfson-style install",
    "pretest-windows": "twolfson-style install",
    "test": "npm run precheck && mocha --reporter dot && npm run lint",
    "test-windows": "npm run precheck-windows && mocha --reporter spec --timeout 10000 --bail && npm run lint-windows"
  },
  "dependencies": {
    "commander": "~2.8.1"
  },
  "devDependencies": {
    "buffered-spawn": "~1.1.2",
    "chai": "~3.3.0",
    "foundry": "~4.0.4",
    "foundry-release-git": "~2.0.2",
    "foundry-release-npm": "~2.0.2",
    "jscs": "~1.7.3",
    "jshint": "~2.5.10",
    "mocha": "~2.3.3",
    "twolfson-style": "~1.6.0"
  },
  "keywords": [
    "foundry",
    "release",
    "base"
  ],
  "foundry": {
    "releaseCommands": [
      "foundry-release-git",
      "foundry-release-npm"
    ]
  }
}