From 626525c078db1a33f139e82be865d5a389121e85 Mon Sep 17 00:00:00 2001 From: Geno Date: Wed, 8 Jul 2015 02:16:33 +0200 Subject: [PATCH] Create package.json --- package.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..f930ca2 --- /dev/null +++ b/package.json @@ -0,0 +1,20 @@ +{ + "name": "ipv6calc", + "version": "0.0.4", + "description": "ipv6calc", + "homepage": "https://github.com/sebmck/ping-wrapper", + "author": "Martin Geno ", + "keywords": [ + "ipv6", + "mac", + "ipv6calc", + "calc" + ], + "repository": { + "type": "git", + "url": "https://github.com/genofire/nodejs-ipv6calc.git" + }, + "bugs": { + "url": "https://github.com/genofire/nodejs-ipv6calc/issues" + } +}