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.

22 lines
453 B

7 years ago
  1. {
  2. "name": "url-join",
  3. "version": "1.0.0",
  4. "homepage": "https://github.com/jfromaniello/url-join",
  5. "authors": [
  6. "José F. Romaniello <jfromaniello@gmail.com> (http://joseoncode.com)"
  7. ],
  8. "description": "Join urls and normalize as in path.join.",
  9. "main": "lib/url-join.js",
  10. "keywords": [
  11. "url",
  12. "join"
  13. ],
  14. "license": "MIT",
  15. "ignore": [
  16. "**/.*",
  17. "node_modules",
  18. "bower_components",
  19. "test",
  20. "tests"
  21. ]
  22. }