{
  "name": "qos-node-client",
  "version": "0.0.6",
  "description": "Node client for qos",
  "main": "dist/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "lint-fix": "standard --fix src/**/*.js",
    "lint": "standard src/**/*.js",
    "build": "babel src -d dist"
  },
  "keywords": [
    "cos",
    "qos",
    "tencent",
    "cdn"
  ],
  "author": "Youmoo <youmoo@vellichor.me> (https://promise.rocks)",
  "license": "MIT",
  "dependencies": {
    "debug": "^2.6.6",
    "request": "^2.79.0"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "devDependencies": {
    "babel-cli": "^6.18.0",
    "babel-preset-node7": "^1.4.0",
    "standard": "^10.0.2"
  }
}
