1
0
Fork 0

Create package.json

This commit is contained in:
Geno 2015-07-08 02:16:33 +02:00
parent 009cf6dc66
commit 626525c078
1 changed files with 20 additions and 0 deletions

20
package.json Normal file
View File

@ -0,0 +1,20 @@
{
"name": "ipv6calc",
"version": "0.0.4",
"description": "ipv6calc",
"homepage": "https://github.com/sebmck/ping-wrapper",
"author": "Martin Geno <geno@fireorbit.de>",
"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"
}
}