aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rwxr-xr-xpackage.json30
1 files changed, 20 insertions, 10 deletions
diff --git a/package.json b/package.json
index 9ee156d..241852f 100755
--- a/package.json
+++ b/package.json
@@ -1,15 +1,25 @@
{
- "description": "VK Name Flex for Node.js",
- "devDependencies": {},
- "gypfile": true,
+ "name": "vk-flex",
+ "version": "1.0.0",
+ "description": "vk-flex for node.js",
"main": "index.js",
- "name": "node-vk-flex",
- "optionalDependencies": {},
- "private": true,
- "readme": "ERROR: No README data found!",
"scripts": {
- "install": "node-gyp rebuild",
- "test": "node index.js"
+ "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"
},
- "version": "1.0.0"
+ "homepage": "https://github.com/gch1p/node-vk-flex#readme"
}