{ "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 ", "license": "MIT", "bugs": { "url": "https://github.com/zixia/wechaty-lib/issues" }, "homepage": "https://github.com/zixia/wechaty-lib#readme", "dependencies": { "body-parser": "^1.15.0", "express": "^4.13.4", "selenium-webdriver": "", "socket.io": "^1.4.5" }, "eslintConfig": { "env": { "browser": true, "node": true, "es6": true, "shared-node-browser": true } }, "devDependencies": { "tape": "^4.5.1" } }