{
  "name": "dev-tunnel",
  "version": "0.0.0",
  "description": "P2P tunnels for developers",
  "private": false,
  "bin": {
    "dev-tunnel": "./bin/dev-tunnel"
  },
  "scripts": {
    "test": "mocha -R spec"
  },
  "author": {
    "name": "Hermano Cabral",
    "email": "hermanocabral@creactive.com.br",
    "url": "https://bitbucket.org/hermanocabral"
  },
  "repository": {
    "type": "git",
    "url": "https://bitbucket.org/hermanocabral/devtunnel"
  },
  "license": "MIT",
  "bugs": "https://bitbucket.org/hermanocabral/devtunnel/issues",
  "dependencies": {
    "autocmdr": "~0.0.4",
    "chalk": "^1.0.0",
    "commander": "~2.0.0",
    "insight": "^0.6.0",
    "log-symbols": "^1.0.2",
    "peerjs": "^0.3.14"
  },
  "devDependencies": {}
}
