-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.03 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
{
"name": "vkflow",
"version": "1.0.2",
"description": "VK Streamin API client for Node",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/BorisChumichev/vkflow"
},
"scripts": {
"test": "nyc ava --serial --verbose"
},
"keywords": [
"vk",
"vkontakte",
"streaming"
],
"author": "= <=> (http://www.github.com/BorisChumichev)",
"license": "MIT",
"bugs": {
"url": "https://github.com/BorisChumichev/vkflow/issues"
},
"homepage": "https://github.com/BorisChumichev/vkflow",
"dependencies": {
"bluebird": "^3.5.0",
"capture-stack-trace": "^1.0.1",
"dotenv": "^4.0.0",
"html5-websocket": "^2.0.2",
"ramda": "^0.24.1",
"reconnecting-websocket": "^3.2.2",
"request": "^2.81.0",
"request-promise": "^4.2.1",
"url-assembler": "^1.2.9"
},
"devDependencies": {
"ava": "^0.22.0",
"await-delay": "^1.0.0",
"coveralls": "^3.0.0",
"nyc": "^11.2.1",
"ws": "^3.3.3"
},
"nyc": {
"include": [
"lib"
]
}
}