UNPKG

12306-cli

Version:

command line tools for 12306.cn

32 lines (31 loc) 666 B
{ "name": "12306-cli", "version": "0.4.1", "description": "command line tools for 12306.cn", "main": "bin/index.js", "author": "zhangyang", "license": "MIT", "devDependencies": { "babel-eslint": "^6.1.2" }, "bin": { "12306": "./bin/index.js" }, "dependencies": { "chalk": "^1.1.3", "columnify": "^1.5.4", "commander": "^2.9.0", "request": "^2.74.0" }, "repository": { "type": "git", "url": "git+https://github.com/lpgray/12306-cli.git" }, "keywords": [ "12306" ], "bugs": { "url": "https://github.com/lpgray/12306-cli/issues" }, "homepage": "https://github.com/lpgray/12306-cli#readme" }