{ "name": "wechaty", "version": "0.3.13", "description": "Wechat for Bot (Personal Account)", "main": "index.js", "wechaty": { "DEFAULT_HEAD": "chrome", "DEFAULT_PUPPET": "web", "DEFAULT_PROFILE": "default-profile-name", "DEFAULT_PORT": 18788, "DEFAULT_PUPPET_PORT": 28788 }, "scripts": { "lint": "eslint src test || echo ok", "pretest": "npm run lint", "start": "node bin/io-bot", "demo": "node example/ding-dong-bot.js", "test": "cross-env LC_ALL=C WECHATY_LOG=info ava --timeout=10m \"{src,test}/**/*.spec.js\"", "ava": "cross-env LC_ALL=C WECHATY_LOG=verbose ava \"{src,test}/**/*.spec.js\"", "testdev": "cross-env LC_ALL=C WECHATY_LOG=silly ava --serial --verbose --fail-fast --timeout=3m" }, "repository": { "type": "git", "url": "git+https://github.com/zixia/wechaty.git" }, "bin": { "io-bot": "bin/io-bot.js", "wechaty-version": "bin/version.js" }, "keywords": [ "wechat", "微信", "weixin", "personal", "bot", "robot", "chatbot", "framework", "wechaty", "微信控" ], "author": "Zhuohuan LI ", "license": "ISC", "bugs": { "url": "https://github.com/zixia/wechaty/issues" }, "homepage": "https://github.com/zixia/wechaty#readme", "eslintConfig": { "env": { "browser": true, "node": true, "es6": true } }, "engines": { "node": ">= 6.0.0" }, "dependencies": { "body-parser": "^1.15.2", "chromedriver": "^2.23.1", "co": "^4.6.0", "eventemitter2": "^2.1.0", "express": "^4.13.4", "npmlog": "^4.0.0", "phantomjs-prebuilt": "^2.1.12", "ps-tree": "^1.0.1", "retry-promise": "^1.0.0", "selenium-webdriver": "^3.0.0-beta-1", "socket.io": "^1.4.8", "ws": "^1.1.1" }, "devDependencies": { "apiai": "^2.0.7", "ava": "^0.16.0", "cookie-parser": "^1.4.3", "cross-env": "^2.0.0", "eslint": "^3.3.1", "qrcode-terminal": "^0.10.0", "sinon": "^1.17.5", "tuling123-client": "0.0.1" }, "files_comment__whitelist_npm_publish": "http://stackoverflow.com/a/8617868/1123955", "files": [ "package.json", "README.md", "CHANGELOG", "LICENSE", "src/", "bin/" ] }