-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
64 lines (64 loc) · 1.3 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
61
62
63
64
{
"name": "hubot-vk",
"version": "0.0.6",
"description": "A VK.COM adapter for hubot.",
"license": "MIT",
"private": false,
"publishConfig": {
"access": "public"
},
"author": {
"name": "volebo",
"url": "http://dev.volebo.net"
},
"contributors": [
{
"name": "Maksim Koryukov",
"email": "maxkoryukov@volebo.net",
"url": "https://www.npmjs.com/~maxkoryukov"
}
],
"repository": {
"type": "git",
"url": "git+https://gitlab.com/volebo/hubot-vk.git"
},
"bugs": {
"url": "https://gitlab.com/volebo/hubot-vk/issues"
},
"homepage": "https://gitlab.com/volebo/hubot-vk#readme",
"keywords": [
"hubot",
"adapter",
"vk",
"vk.com",
"vkontakte",
"vkontakte.ru",
"volebo",
"volebo.net"
],
"engines": {
"node": ">=6.0.0",
"npm": ">=5.0.0"
},
"main": "src/",
"scripts": {
"test": "`npm bin`/mocha",
"lint": "`npm bin`/eslint ./",
"coverage": "`npm bin`/nyc `npm bin`/mocha"
},
"dependencies": {
"debug": "^4.1.1"
},
"devDependencies": {
"@volebo/mocha-helpers": "^0.2.0",
"chai": "^4.2.0",
"eslint": "^7.4.0",
"eslint-config-volebo": "^2.3.3",
"mocha": "^8.0.1",
"nyc": "^15.1.0",
"supertest": "^4.0.2"
},
"peerDependencies": {
"hubot": "^2.19.0"
}
}