-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
60 lines (60 loc) · 1.28 KB
/
package.json
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"author": {
"name": "Eugene Pogrebnyak",
"email": "[email protected]",
"url": "https://github.com/emcifuntik/"
},
"dependencies": {
"bluebird": "^3.5.0",
"file-type": "^4.1.0",
"request": "^2.81.0",
"winston": "^2.3.1"
},
"description": "VK Lib for better performance",
"devDependencies": {
"html-entities": "^1.2.0"
},
"directories": {},
"dist": {
"shasum": "81e5798040dcb0a2509a07201fa12925f583b310",
"tarball": "https://registry.npmjs.org/vk-fast-longpoll/-/vk-fast-longpoll-2.0.8.tgz"
},
"license": "ISC",
"main": "index.js",
"maintainers": [
{
"name": "tuxick",
"email": "[email protected]"
}
],
"name": "vk-fast-longpoll",
"optionalDependencies": {},
"readme": "readme.md",
"scripts": {
"test": "node examples/sample.js"
},
"version": "2.1.7",
"bugs": {
"url": "https://github.com/emcifuntik/vk-fast-longpoll/issues/new",
"email": "[email protected]"
},
"keywords": [
"vk",
"longpoll",
"bot",
"vk-api",
"vk-app",
"vkontakte",
"vk-bot",
"vkbot",
"vkontakte-sdk",
"vkontakte-api",
"vkontakte-client",
"vkapi",
"bots"
],
"repository": {
"type": "git",
"url": "https://github.com/emcifuntik/vk-fast-longpoll.git"
}
}