2015-08-29 02:38:59 +02:00
|
|
|
{
|
|
|
|
"name": "telecommander",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"description": "command line client for telegram",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+ssh://git@github.com/fazo96/telecommander.git"
|
|
|
|
},
|
2015-08-29 13:59:10 +02:00
|
|
|
"bin": {
|
|
|
|
"telecommander": "./telecommander.js"
|
|
|
|
},
|
2015-08-29 02:38:59 +02:00
|
|
|
"author": "Enrico Fasoli (fazo96)",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/fazo96/telecommander/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/fazo96/telecommander#readme",
|
|
|
|
"dependencies": {
|
|
|
|
"blessed": "^0.1.80",
|
2015-08-31 18:37:32 +02:00
|
|
|
"commander": "^2.8.1",
|
2015-08-29 14:02:46 +02:00
|
|
|
"get-log": "^1.1.5",
|
2015-08-30 01:49:03 +02:00
|
|
|
"moment": "^2.10.6",
|
2015-08-29 02:38:59 +02:00
|
|
|
"telegram.link": "^0.6.3"
|
|
|
|
}
|
|
|
|
}
|