tld.js
Version:
get the tld from a url
16 lines (15 loc) • 440 B
JSON
{
"name": "tld.js",
"version": "0.0.2",
"description": "get the tld from a url",
"main": "src/tld.js",
"repository": {
"type": "git",
"url": "https://github.com/ramitos/tld.js"
},
"keywords": ["tld", "url", "top", "level", "domain", "top-level-domain"],
"author": "Sérgio Ramos <mail@sergioramos.me>",
"license": "MIT",
"devDependencies": {"colors": "0.6.x"},
"scripts": {"test": "node test/server/runner"}
}