forked from vitalyavolyn/node-vk-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1010 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 1010 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
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "node-vk-bot",
"version": "1.2.3",
"description": "Create and control VK bots easily.",
"main": "./build/index.js",
"typings": "./build/index.d.ts",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/vitalyavolyn/node-vk-bot"
},
"keywords": [
"VK",
"bot",
"api",
"ВК",
"вконтакте"
],
"author": "Vitaly Volynsky",
"license": "MIT",
"devDependencies": {
"@types/mocha": "5.2.5",
"@types/node": "7.10.2",
"@types/request": "2.48.1",
"@types/request-promise-native": "1.0.15",
"grunt": "1.0.3",
"grunt-contrib-clean": "2.0.0",
"grunt-mocha-test": "0.13.3",
"grunt-ts": "6.0.0-beta.21",
"grunt-tslint": "5.0.2",
"mocha": "5.2.0",
"ts-node": "7.0.1",
"tslint": "5.11.0",
"typescript": "3.2.1",
"@types/glob": "7.1.1"
},
"dependencies": {
"glob": "^7.1.3",
"request": "^2.87.0",
"request-promise-native": "^1.0.5"
}
}