{ "name": "wechaty", "version": "0.0.7", "description": "Wechat for Bot. (Personal Account, NOT Official Account)", "main": "index.js", "scripts": { "start": "node example/ding-dong-bot.js", "test": "tape test/*.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", "socket.io": "^1.4.5", "express": "^4.13.4", "selenium-webdriver": "", "phantomjs-prebuilt": "^2.1.7", "chromedriver": "^2.21.2", "npmlog": "^2.0.3" }, "eslintConfig": { "env": { "browser": true, "node": true, "es6": true } }, "engines": { "node": ">= 6.1.0" }, "devDependencies": { "co": "^4.6.0", "eslint": "^2.9.0", "tape": "^4.5.1" } }