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
|
{
"name": "vk-flex",
"version": "1.0.0",
"description": "vk-flex for node.js",
"main": "index.js",
"scripts": {
"test": "test.js",
"install": "node-gyp rebuild"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gch1p/node-vk-flex.git"
},
"keywords": [
"vk",
"flex"
],
"author": "",
"license": "ISC",
"gypfile": true,
"bugs": {
"url": "https://github.com/gch1p/node-vk-flex/issues"
},
"homepage": "https://github.com/gch1p/node-vk-flex#readme"
}
|