{
  "name": "qrshare",
  "version": "0.0.4",
  "description": "share file via qr-image in terminal",
  "main": "./app.js",
  "bin": {
    "qrshare": "app.js"
  },
  "scripts": {
    "start": "node app.js"
  },
  "preferGlobal": "true",
  "author": "hosn",
  "license": "MIT",
  "keywords": ["share file", "qr-image"],
  "engines": {
    "node": "^4.2.4"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/hosn/qrshare"
  },
  "dependencies": {
    "express": "^4.13.3",
    "qrcode-terminal": "^0.10.0",
    "my-ip": "^1.1.1",
    "progress": "^1.1.8",
    "formidable": "^1.0.17",
    "jade": "^1.11.0"
  },
  "devDependencies": {}
}
