2017-12-13 20:01:28 +00:00
|
|
|
{
|
2017-12-13 21:36:57 +00:00
|
|
|
"name": "tld-enum",
|
|
|
|
"version": "1.0.4",
|
|
|
|
"description": "Lists of every ICANN TLD in formats that can be natively compiled in various language targets",
|
|
|
|
"main": "formats/js/tld-enum.js",
|
|
|
|
"bin": {
|
|
|
|
"tld-enum": "generate-json-tld-enum.js"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/katmore/tld-enum.git"
|
|
|
|
},
|
|
|
|
"author": "Doug Bird",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/katmore/tld-enum/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/katmore/tld-enum#readme",
|
|
|
|
"dependencies": {
|
|
|
|
"async-request": "^1.2.0",
|
|
|
|
"cheerio": "^1.0.0-rc.2",
|
|
|
|
"request": "^2.83.0"
|
|
|
|
}
|
|
|
|
}
|