{ "name": "homework-cli", "version": "1.3.1", "description": "command line client for Homework", "bin":{ "homework": "homework.js" }, "repository": { "type": "git", "url": "http://github.com/fazo96/homework-cli" }, "author": "Enrico Fasoli (fazo96)", "license": "MIT", "bugs": { "url": "https://github.com/fazo96/homework-cli/issues" }, "homepage": "https://github.com/fazo96/homework-cli", "dependencies": { "chalk": "^1.0.0", "commander": "^2.6.0", "moment": "^2.9.0", "request": "^2.53.0" } }