{
  "name": "teambition",
  "version": "2.1.3",
  "description": "",
  "main": "./lib/index.js",
  "scripts": {
    "test": "./node_modules/mocha/bin/_mocha  test/ --bail",
    "test-cov": "node node_modules/istanbul-harmony/lib/cli.js cover ./node_modules/mocha/bin/_mocha  -- --timeout 500000 --recursive test/"
  },
  "author": "leeqiang",
  "license": "ISC",
  "dependencies": {
    "apis-builder": "^1.0.0",
    "debug": "^3.1.0",
    "querystring": "^0.2.0",
    "requestretry": "^1.13.0",
    "user-agent-composer": "^0.1.1"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "coveralls": "^2.11.15",
    "expect": "^1.20.2",
    "istanbul-harmony": "^0.3.16",
    "mocha": "^3.2.0",
    "moment": "^2.17.1",
    "nock": "^9.0.2",
    "should": "^11.1.2"
  }
}
