{
  "name": "austack-node",
  "version": "2.0.3",
  "description": "Austack SDK for Node.js",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "dependencies": {
    "debug": "^2.6.8",
    "jsonwebtoken": "^7.4.1",
    "q": "^1.5.0",
    "superagent": "^3.5.2"
  },
  "engines": {
    "node": ">=0.10.3"
  },
  "devDependencies": {
    "ava": "^0.19.1",
    "dotenv": "^4.0.0"
  },
  "scripts": {
    "test": "ava"
  },
  "repository": {
    "type": "git",
    "url": "https://git.kazejs.xyz/arrking/austack-sdk"
  },
  "keywords": [
    "austack",
    "auth",
    "jwt",
    "jsonwebtoken",
    "认证",
    "授权",
    "认证即服务",
    "注册"
  ],
  "author": "hai liang wang <hailiang.hl.wang@gmail.com>",
  "license": "BSD"
}