UNPKG

cticket

Version:

查询12306车票信息,可筛选过站

47 lines (46 loc) 1.17 kB
{ "name": "cticket", "version": "0.0.5", "description": "查询12306车票信息,可筛选过站", "main": "lib/ticket.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "cross-env NODE_ENV=production webpack --progress --hide-modules && node ./bin/refreshData.js" }, "bin": { "cticket": "bin/ticket.js" }, "devDependencies": { "babel-cli": "^6.18.0", "babel-core": "^6.21.0", "babel-loader": "^6.2.10", "babel-preset-es2015": "^6.18.0", "babel-preset-stage-3": "^6.17.0", "babel-watch": "^2.0.4", "cross-env": "^3.1.4", "webpack": "^2.2.0-rc.3", "webpack-node-externals": "^1.5.4" }, "dependencies": { "chalk": "^1.1.3", "cli-table2": "^0.2.0", "commander": "^2.9.0", "es6-promise": "^4.0.5", "request": "^2.79.0" }, "homepage": "https://github.com/cytle/ticket#readme", "repository": { "type": "git", "url": "git+ssh://git@github.com/cytle/ticket.git" }, "keywords": [ "12306", "ticket", "火车票" ], "author": "xsp", "license": "ISC", "bugs": { "url": "https://github.com/cytle/ticket/issues" } }