package.json 554 B

123456789101112131415161718192021222324
  1. {
  2. "name": "url-join",
  3. "version": "4.0.1",
  4. "description": "Join urls and normalize as in path.join.",
  5. "main": "lib/url-join.js",
  6. "scripts": {
  7. "test": "mocha --require should"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git://github.com/jfromaniello/url-join.git"
  12. },
  13. "keywords": [
  14. "url",
  15. "join"
  16. ],
  17. "author": "José F. Romaniello <jfromaniello@gmail.com> (http://joseoncode.com)",
  18. "license": "MIT",
  19. "devDependencies": {
  20. "conventional-changelog": "^1.1.10",
  21. "mocha": "^3.2.0",
  22. "should": "~1.2.1"
  23. }
  24. }