{
  "name": "weixin-usrs-robot",
  "version": "0.1.0",
  "description": "支持多账户微信公众平台开放消息接口机器人.",
  "author": {
    "name": "DB.Murphy",
    "email": "rainbolean@sina.com",
    "url": "http://db-murphy.github.io/"
  },
  "dependencies": {
    "debug": "0.7.x",
    "webot-debug": "0.0.1",
    "wechat-mp": "~0.2.5"
  },
  "devDependencies": {
    "mocha": "*",
    "should": "*",
    "ejs": "*",
    "jscover": "*",
    "supertest": "*",
    "connect": "*"
  },
  "engines": {
    "node": ">=0.6.0",
    "npm": ">=1.1.6"
  },
  "keywords": [
    "weixin",
    "robot",
    "webot",
    "wechat"
  ],
  "scripts": {
    "test": "./node_modules/mocha/bin/mocha -R spec"
  },
  "license": "MIT"
}
