mirror of
https://github.com/kennethreitz/bake.git
synced 2026-06-05 23:00:17 +00:00
23 lines
453 B
JSON
23 lines
453 B
JSON
{
|
|
"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"
|
|
]
|
|
}
|