package.json 888 字节
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",
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
29 30
    "selenium-webdriver": "",
    "socket.io": "^1.4.5"
31
  },
Huan (李卓桓)'s avatar
Huan (李卓桓) 已提交
32 33 34 35 36 37 38 39
  "eslintConfig": {
    "env": {
      "browser": true,
      "node": true,
      "es6": true,
      "shared-node-browser": true
    }
  },
40 41 42 43
  "devDependencies": {
    "tape": "^4.5.1"
  }
}