{
  "name": "wechat-token",
  "version": "0.5.3",
  "description": "An auto refresh wechat access token manager",
  "main": "./token-manager",
  "scripts": {
    "test": "_mocha $npm_package_options_mocha tests/**/*.js",
    "test-watch": "npm run test -- --watch",
    "cov": "istanbul cover --report html _mocha -- tests/**/*.js",
    "coveralls": "istanbul cover --report lcovonly _mocha -- tests/**/*.js && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage"
  },
  "author": "feit",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git@github.com:feit/wechat-token.git"
  },
  "dependencies": {
    "request": "^2.69.0"
  },
  "devDependencies": {
    "coveralls": "^2.11.6",
    "eslint": "^1.10.3",
    "eslint-config-airbnb": "^4.0.0",
    "istanbul": "^0.4.2",
    "mocha": "^2.4.5",
    "mocha-lcov-reporter": "^1.0.0",
    "nock": "^7.0.2",
    "should": "^8.2.1",
    "sinon": "^1.17.3"
  },
  "keywords": [
    "access",
    "token",
    "access_token",
    "weixin",
    "wechat"
  ]
}
