You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
{
|
|
"name": "url-join",
|
|
"version": "1.0.0",
|
|
"homepage": "https://github.com/jfromaniello/url-join",
|
|
"authors": [
|
|
"José F. Romaniello <jfromaniello@gmail.com> (http://joseoncode.com)"
|
|
],
|
|
"description": "Join urls and normalize as in path.join.",
|
|
"main": "lib/url-join.js",
|
|
"keywords": [
|
|
"url",
|
|
"join"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
]
|
|
}
|