1
0
mirror of https://github.com/fazo96/homework-cli.git synced 2025-01-09 12:10:10 +01:00
homework-cli/package.json
2015-03-09 17:32:53 +01:00

25 lines
556 B
JSON

{
"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"
}
}