wenwei1202/passport-wechat-public

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "passport-wechat-public",
  "version": "0.2.0",
  "description": "Passport Wechat Strategy for Official account/微信公众号",
  "main": "index.js",
  "scripts": {
    "test": "istanbul cover _mocha --report lcovonly  -- -R spec",
    "coveralls": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wenwei1202/passport-wechat-public.git"
  },
  "keywords": [
    "passport",
    "wechat",
    "public"
  ],
  "author": "vincent.wen",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/wenwei1202/passport-wechat-public/issues"
  },
  "homepage": "https://github.com/wenwei1202/passport-wechat-public#readme",
  "dependencies": {
    "debug": "^2.2.0",
    "passport-strategy": "^1.0.0",
    "wechat-oauth": "^1.1.0"
  },
  "devDependencies": {
    "chai": "^3.3.0",
    "chai-passport-strategy": "^1.0.0",
    "coveralls": "^2.11.9",
    "istanbul": "^0.4.2",
    "mocha": "^2.3.3",
    "mocha-lcov-reporter": "^1.2.0"
  }
}