diff --git a/package.json b/package.json new file mode 100644 index 0000000..74340ae --- /dev/null +++ b/package.json @@ -0,0 +1,40 @@ +{ + "name": "mdig", + "version": "1.0.0", + "description": "multicast dig. A dig-like mDNS browser for debugging, written in node.js.", + "main": "bin/mdig.js", + "bin": { + "mdig": "bin/mdig.js" + }, + "scripts": { + "test": "node bin/mdig.js" + }, + "repository": { + "type": "git", + "url": "git@git.daplie.com:Daplie/mdig.git" + }, + "keywords": [ + "mdig", + "mdns", + "multicast", + "dns", + "dig", + "debugging", + "debug", + "cli", + "command", + "line", + "capture", + "lint", + "create", + "bin", + "binary", + "json" + ], + "bugs": { + "url": "https://git.daplie.com/Daplie/mdig/issues" + }, + "homepage": "https://git.daplie.com/Daplie/mdig", + "author": "AJ ONeal (https://daplie.com/)", + "license": "(MIT OR Apache-2.0)" +}