forked from francesconero/simple-telegram
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 908 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 908 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{ "name": "simple-telegram"
, "version": "0.0.15"
, "description": "Simple wrapper to send and receive messages by Telegram"
, "homepage": "http://github.com/GuillermoPena/simple-telegram"
, "keywords": ["telegram", "telegram-cli"]
, "author":
{ "name": "Guillermo Peña"
, "email": "guillermo.pena.cardano@gmail.com"
, "url": "http://www.google.com/profiles/guillermo.pena.cardano"
}
, "engines": {
"node": ">=0.12.2"
}
, "repository":
{ "type": "git"
, "url": "git://github.com/GuillermoPena/simple-telegram.git"
}
, "bugs": { "url": "http://github.com/GuillermoPena/simple-telegram/issues/" }
, "directories": { "test": "./test" }
, "files": [
"index.js",
"lib/"
],
"licenses": [
{
"type": "Apache License, Version 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
]
, "dependencies": { "socket.io": ">=1.3.*" }
}