{ "name": "wechaty", "version": "0.3.1", "description": "Wechat for Bot (Personal Account)", "main": "index.js", "scripts": { "build": "echo empty build", "postinstall": "echo postinstall", "lint": "eslint src test", "pretest": "npm run lint", "start": "node bin/io-bot", "demo": "node example/ding-dong-bot.js", "test": "cross-env TAP_TIMEOUT=600 tap --reporter=tap test/{*,**/*}.spec.js" }, "repository": { "type": "git", "url": "git+https://github.com/zixia/wechaty.git" }, "bin": { "io-bot": "bin/io-bot.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": "latest", "chromedriver": "latest", "co": "latest", "eventemitter2": "latest", "express": "latest", "npmlog": "latest", "phantomjs-prebuilt": "latest", "ps-tree": "latest", "retry-promise": "latest", "selenium-webdriver": "latest", "socket.io": "latest", "ws": "latest" }, "devDependencies": { "apiai": "latest", "cookie-parser": "latest", "cross-env": "latest", "eslint": "latest", "qrcode-terminal": "latest", "tap": "latest", "tuling123-client": "latest" }, "files_comment__whitelist_npm_publish": "http://stackoverflow.com/a/8617868/1123955", "files": [ "package.json", "npm-shrinkwrap.json", "README.md", "CHANGELOG", "LICENSE", "src/", "bin/" ] }