package.json 666 字节
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 27 28 29 30 31 32 33
{
  "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": {
    "selenium-webdriver": ""
  },
  "devDependencies": {
    "tape": "^4.5.1"
  }

}