aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rwxr-xr-xpackage.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100755
index 0000000..9ee156d
--- /dev/null
+++ b/package.json
@@ -0,0 +1,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",
+ "test": "node index.js"
+ },
+ "version": "1.0.0"
+}