iterate version

This commit is contained in:
Doug Bird 2017-12-13 13:36:57 -08:00
parent 646e864e6f
commit f09062c0cc
1 changed files with 26 additions and 21 deletions

View File

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