提交 bd7ac6d3 编写于 作者: Huan (李卓桓)'s avatar Huan (李卓桓)

style comma(to start of the line)

上级 0ec202a8
{ {
"name": "wechaty", "name": "wechaty"
"version": "0.2.0", , "version": "0.2.0"
"description": "Wechat for Bot. (Personal Account, NOT Official Account)", , "description": "Wechat for Bot. (Personal Account NOT Official Account)"
"main": "index.js", , "main": "index.js"
"scripts": { , "scripts": {
"lint": "eslint src test", "lint": "eslint src test"
"pretest": "npm run lint", , "pretest": "npm run lint"
"start": "node bin/io-bot.js", , "start": "node bin/io-bot.js"
"demo": "node example/ding-dong-bot.js", , "demo": "node example/ding-dong-bot.js"
"test": "cross-env TAP_TIMEOUT=600 tap test/*-spec.js" , "test": "cross-env TAP_TIMEOUT=600 tap test/*-spec.js"
}, }
"repository": { , "repository": {
"type": "git", "type": "git"
"url": "git+https://github.com/zixia/wechaty.git" , "url": "git+https://github.com/zixia/wechaty.git"
}, }
"keywords": [ , "keywords": [
"wechat", "wechat"
"微信", , "微信"
"weixin", , "weixin"
"personal", , "personal"
"bot", , "bot"
"robot", , "robot"
"chatbot", , "chatbot"
"framework", , "framework"
"wechaty", , "wechaty"
"微信控" , "微信控"
], ]
"author": "Zhuohuan LI <zixia@zixia.net>", , "author": "Zhuohuan LI <zixia@zixia.net>"
"license": "ISC", , "license": "ISC"
"bugs": { , "bugs": {
"url": "https://github.com/zixia/wechaty/issues" "url": "https://github.com/zixia/wechaty/issues"
}, }
"homepage": "https://github.com/zixia/wechaty#readme", , "homepage": "https://github.com/zixia/wechaty#readme"
"dependencies": { , "dependencies": {
"body-parser": "^1.15.0", "body-parser": "^1.15.0"
"chromedriver": "^2.21.2", , "chromedriver": "^2.21.2"
"co": "^4.6.0", , "co": "^4.6.0"
"eventemitter2": "^1.0.3", , "eventemitter2": "^1.0.3"
"express": "^4.13.4", , "express": "^4.13.4"
"npmlog": "^2.0.3", , "npmlog": "^2.0.3"
"phantomjs-prebuilt": "^2.1.7", , "phantomjs-prebuilt": "^2.1.7"
"ps-tree": "^1.1.0", , "ps-tree": "^1.1.0"
"retry-promise": "^1.0.0", , "retry-promise": "^1.0.0"
"selenium-webdriver": "^2.53.2", , "selenium-webdriver": "^2.53.2"
"socket.io": "^1.4.5", , "socket.io": "^1.4.5"
"ws": "^1.1.0" , "ws": "^1.1.0"
}, }
"eslintConfig": { , "eslintConfig": {
"env": { "env": {
"browser": true, "browser": true
"node": true, , "node": true
"es6": true , "es6": true
}
} }
}, , "engines": {
"engines": {
"node": ">= 6.0.0" "node": ">= 6.0.0"
}, }
"devDependencies": { , "devDependencies": {
"apiai": "^2.0.5", "apiai": "^2.0.5"
"cookie-parser": "^1.4.3", , "cookie-parser": "^1.4.3"
"cross-env": "^1.0.8", , "cross-env": "^1.0.8"
"eslint": "^2.9.0", , "eslint": "^2.9.0"
"qrcode-terminal": "^0.10.0", , "qrcode-terminal": "^0.10.0"
"tap": "^5.7.1", , "tap": "^5.7.1"
"tuling123-client": "0.0.1" , "tuling123-client": "0.0.1"
} }
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册