{
  "name": "miner",
  "description": "Localhost tunelling service wrappers",
  "version": "1.0.1",
  "homepage": "http://daffl.github.com/miner",
  "author": {
    "name": "David Luecke",
    "email": "daff@neyeon.com",
    "web": "http://daffl.github.com"
  },
  "main": "lib/miner.js",
  "engines": {
    "node": "> 8.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:daffl/miner.git"
  },
  "scripts": {
    "test": "grunt test",
    "publish": "git push origin --tags && npm run changelog && git push origin",
    "changelog": "github_changelog_generator && git add CHANGELOG.md && git commit -am \"Updating changelog\"",
    "release:patch": "npm version patch && npm publish",
    "release:minor": "npm version minor && npm publish",
    "release:major": "npm version major && npm publish"
  },
  "devDependencies": {
    "browserstack": "^1.6.1",
    "connect": "^3.7.0",
    "grunt": "^1.4.1",
    "grunt-cli": "^1.4.3",
    "grunt-contrib-jshint": "^3.2.0",
    "grunt-simple-mocha": "^0.4.0",
    "mocha": "^9.2.2",
    "request": "^2.88.2"
  },
  "dependencies": {
    "browserstacktunnel-wrapper": "^2.0.5",
    "localtunnel": "^2.0.2"
  }
}
