package.json 721 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
{
  "name": "wechaty-lib",
  "version": "0.0.1",
  "description": "wechat robot api sdk for personal account",
  "main": "index.js",
  "scripts": {
    "test": "tape tests"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zixia/wechaty-lib.git"
  },
  "keywords": [
    "wechat",
    "robot",
    "api",
    "sdk",
    "weixin"
  ],
  "author": "Zhuohuan LI <zixia@zixia.net>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/zixia/wechaty-lib/issues"
  },
  "homepage": "https://github.com/zixia/wechaty-lib#readme",
  "dependencies": {
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
27 28
    "body-parser": "^1.15.0",
    "express": "^4.13.4",
29 30 31 32 33 34
    "selenium-webdriver": ""
  },
  "devDependencies": {
    "tape": "^4.5.1"
  }
}