forked from negezor/vk-io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1016 Bytes
/
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
{
"name": "vk-io",
"version": "2.2.7",
"engines": {
"node": "<6.0.0"
},
"engineStrict": true,
"description": "Module for easy work with vk api!",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/negezor/vk-io.git"
},
"dependencies": {
"async": "^2.1.4",
"base-io": "^1.0.3",
"bluebird": "^3.4.7",
"cheerio": "^0.22.0",
"entities": "^1.1.1",
"request": "^2.79.0",
"request-promise": "^4.1.1"
},
"keywords": [
"vk",
"api",
"js",
"module",
"node",
"npm",
"simple"
],
"author": "https://vk.com/id195624402",
"license": "MIT",
"bugs": {
"url": "https://github.com/negezor/vk-io/issues"
},
"homepage": "https://github.com/negezor/vk-io#readme"
}