watch12306
Version:
检测12306网站,并在有余票时候通知
31 lines (30 loc) • 676 B
JSON
{
"name": "watch12306",
"author": "Froguard",
"version": "0.0.8",
"description": "检测12306网站,并在有余票时候通知",
"main": "./index.js",
"bin": {
"watch12306": "./bin/bin.js"
},
"scripts": {
"test": "mocha",
"start": "node --harmony index.js"
},
"keywords": [
"12306",
"火车票",
"监测",
"此插件没法抢票,只能检测,当有票时候进行通知"
],
"homepage": "https://github.com/Froguard/wt#readme",
"dependencies": {
"co": "^4.6.0",
"columnify": "^1.5.4",
"gaze": "^1.1.2",
"minimist": "^1.2.0",
"node-notifier": "^4.6.1",
"request": "2.79.0"
},
"license": "ISC"
}