aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 404990d37f0853ccf1a9a9cb58b6856a6571d15a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "description": "VK Name Flex for Node.js",
  "devDependencies": {},
  "gypfile": true,
  "main": "index.js",
  "name": "node-vk-flex",
  "optionalDependencies": {},
  "private": true,
  "readme": "ERROR: No README data found!",
  "scripts": {
    "install": "node-gyp rebuild || true",
    "test": "node index.js"
  },
  "version": "1.0.0"
}