{
  "name": "wechat",
  "version": "2.1.0",
  "description": "微信公共平台Node库",
  "main": "index.js",
  "scripts": {
    "test": "make test-all"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/node-webot/wechat.git"
  },
  "keywords": [
    "weixin",
    "wechat"
  ],
  "dependencies": {
    "xml2js": "0.4.17",
    "ejs": ">=1.0.0",
    "wechat-crypto": "0.0.2"
  },
  "devDependencies": {
    "supertest": "*",
    "mocha": "*",
    "should": "~3.0.0",
    "expect.js": "*",
    "connect": "2.5.*",
    "travis-cov": "*",
    "coveralls": "*",
    "mocha-lcov-reporter": "*",
    "muk": "*",
    "rewire": "*",
    "istanbul": "*"
  },
  "author": "Jackson Tian",
  "license": "MIT",
  "readmeFilename": "README.md",
  "directories": {
    "test": "test"
  },
  "files": [
    "lib",
    "index.js"
  ]
}
