update urls

This commit is contained in:
AJ ONeal 2017-10-27 23:41:34 -06:00
parent e279f753f8
commit 1b79eb262f
1 changed files with 6 additions and 6 deletions

View File

@ -11,7 +11,7 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git@git.daplie.com:Daplie/dig.js.git" "url": "https://git.coolaj86.com/coolaj86/dig.js.git"
}, },
"keywords": [ "keywords": [
"mdig", "mdig",
@ -33,17 +33,17 @@
"binary", "binary",
"json" "json"
], ],
"author": "AJ ONeal <aj@daplie.com> (https://daplie.com/)", "author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
"license": "(MIT OR Apache-2.0)", "license": "(MIT OR Apache-2.0)",
"bugs": { "bugs": {
"url": "https://git.daplie.com/Daplie/dig.js/issues" "url": "https://git.coolaj86.com/coolaj86/dig.js/issues"
}, },
"homepage": "https://git.daplie.com/Daplie/dig.js", "homepage": "https://git.coolaj86.com/coolaj86/dig.js",
"dependencies": { "dependencies": {
"cli": "^1.0.1", "cli": "^1.0.1",
"dns-suite": "git+https://git.daplie.com/Daplie/dns-suite#v1.2" "dns-suite": "git+https://git.coolaj86.com/coolaj86/dns-suite.js#v1.2"
}, },
"optionalDependencies": { "optionalDependencies": {
"hexdump.js": "git+https://git.daplie.com/Daplie/hexdump.js#v1.0.4" "hexdump.js": "git+https://git.coolaj86.com/coolaj86/hexdump.js#v1.0.4"
} }
} }