UNPKG

unicafe-cli

Version:

A command-line tool to get data of University of Helsinki's restaurants, Unicafe

36 lines (35 loc) 792 B
{ "name": "unicafe-cli", "version": "0.1.2", "description": "A command-line tool to get data of University of Helsinki's restaurants, Unicafe", "main": "index.js", "scripts": {}, "repository": { "type": "git", "url": "https://github.com/aapzu/unicafe-cli" }, "author": { "name": "Aapeli Haanpuu", "email": "aapzu@iki.fi", "url": "http://www.haanpuu.fi/" }, "bin": "./index.js", "keywords": [ "unicafe", "menu", "university", "helsinki" ], "license": "MIT", "dependencies": { "cli-color": "^1.1.0", "cli-table": "^0.3.1", "lodash": "^4.17.2", "moment": "^2.17.1", "node-localstorage": "^1.3.0", "nomnom": "^1.8.1", "optimist": "^0.6.1", "request": "^2.79.0", "request-promise": "^4.1.1" } }