{ "name": "wechaty", "version": "0.0.10", "description": "Wechat for Bot. (Personal Account, NOT Official Account)", "main": "index.js", "scripts": { "start": "node example/ding-dong-bot.js", "test": "TAP_TIMEOUT=120 tap test/*-spec.js", "lint": "eslint src" }, "repository": { "type": "git", "url": "git+https://github.com/zixia/wechaty.git" }, "keywords": [ "wechat", "微信", "weixin", "personal", "account", "bot", "robot", "framework", "library", "api", "sdk" ], "author": "Zhuohuan LI ", "license": "ISC", "bugs": { "url": "https://github.com/zixia/wechaty/issues" }, "homepage": "https://github.com/zixia/wechaty#readme", "dependencies": { "body-parser": "^1.15.0", "chromedriver": "^2.21.2", "co": "^4.6.0", "eventemitter2": "^1.0.3", "express": "^4.13.4", "npmlog": "^2.0.3", "phantomjs-prebuilt": "^2.1.7", "retry-promise": "^1.0.0", "selenium-webdriver": "", "socket.io": "^1.4.5" }, "eslintConfig": { "env": { "browser": true, "node": true, "es6": true } }, "engines": { "node": ">= 6.0.0" }, "devDependencies": { "apiai": "^2.0.5", "eslint": "^2.9.0", "ps-tree": "^1.0.1", "tap": "^5.7.1", "tuling123-client": "0.0.1" } }