{
  "name": "restmine",
  "version": "3.9.8",
  "description": "link git with redmine to automatically add refs to commits, log time on tickets...",
  "keywords": [
    "git",
    "redmine",
    "rest"
  ],
  "main": "index.js",
  "directories": {
    "lib": "lib"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:renegat4/restmine.git"
  },
  "scripts": {
    "test": "mocha",
    "lint": "eslint lib bin --fix",
    "watch": "nodemon -w test -w lib -w bin node_modules/.bin/mocha"
  },
  "author": {
    "name": "renegat4",
    "mail": "github@juenger-der-himmlischen-teekanne.de"
  },
  "license": "MIT",
  "bin": {
    "rr": "bin/rr"
  },
  "dependencies": {
    "colors": "^1.3.3",
    "prompts": "^2.0.4"
  },
  "devDependencies": {
    "chai": "^4.2.0",
    "eslint": "^5.16.0",
    "mocha": "^6.1.4",
    "sinon": "^7.3.2",
    "sinon-chai": "^3.3.0"
  }
}
