UNPKG

homework

Version:

Homework CLI integrated with Google Calendar

39 lines (38 loc) 747 B
{ "name": "homework", "version": "1.0.3", "files": [ "cli" ], "description": "Homework CLI integrated with Google Calendar", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/jyanyuk/Homework-CLI.git" }, "keywords": [ "homework", "hw", "google", "calendar", "cal", "gcal" ], "author": "James Yanyuk", "license": "ISC", "preferGlobal": true, "bin": { "hw": "./cli/hw.js" }, "dependencies": { "auth-google": "0.0.7", "commander": "^2.9.0", "google-cli-auth": "0.0.1", "googleapis": "^2.1.7", "inquirer": "^0.11.4", "jsonfile": "^2.2.3", "validator": "^4.7.1" } }