{
  "name": "0ad-tools",
  "version": "0.0.1",
  "description": "A simple helper for 0ad extension development",
  "main": "index.js",
  "scripts": {
    "test": "mocha",
    "lint": "jshint index.js test",
    "preversion": "npm run lint",
    "docs": "marked-man ./man/0ad-tools.md > ./man/0ad-tools.1",
    "postversion": "git push && git push --tags && npm run changelog && git push ",
    "postinstall": "npm run docs && npm run setpermissions",
    "setpermissions": "chmod ugo+x ./bin/cli",
    "changelog": "rm CHANGELOG.md && changelog https://github.com/sebs/0ad-tools all > CHANGELOG.md && git add . && git commit . -m changelog && git push"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/sebs/0ad-tools.git"
  },
  "man": "./man/0ad-tools.1",
  "bin": {
    "0ad-tools": "bin/cli"
  },
  "keywords": [],
  "author": "Sebastian Schürmann &lt;sebs@2xs.org&gt;",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/sebs/0ad-tools/issues"
  },
  "dependencies": {
    "linger": "0.0.3",
    "marked": "^0.3.6",
    "marked-man": "^0.1.5",
    "commander": "^2.9.0",
    "prettyjson": "^1.1.3"
  },
  "devDependencies": {
    "child-process-promise": "^2.1.3",
    "changelog": "^1.0.7",
    "chai": "~1.10.0",
    "mocha": "^3.1.0",
    "jshint": "^2.9.3"
  }
}
