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.

43 lines
1.1 KiB

1 month ago
  1. {
  2. "name": "connect-history-api-fallback",
  3. "version": "2.0.0",
  4. "description": "Provides a fallback for non-existing directories so that the HTML 5 history API can be used.",
  5. "keyswords": [
  6. "connect",
  7. "express",
  8. "html5",
  9. "history api",
  10. "fallback",
  11. "spa"
  12. ],
  13. "engines": {
  14. "node": ">=0.8"
  15. },
  16. "main": "lib/index.js",
  17. "files": [
  18. "lib"
  19. ],
  20. "scripts": {
  21. "test": "jest && eslint lib/*.js test/*.js"
  22. },
  23. "repository": {
  24. "type": "git",
  25. "url": "http://github.com/bripkens/connect-history-api-fallback.git"
  26. },
  27. "author": {
  28. "name": "Ben Ripkens",
  29. "email": "bripkens@gmail.com"
  30. },
  31. "contributors": [
  32. "Craig Myles <cr@igmyles.com> (http://www.craigmyles.com)"
  33. ],
  34. "license": "MIT",
  35. "devDependencies": {
  36. "eslint": "^5.16.0",
  37. "jest": "^24.8.0",
  38. "sinon": "^7.3.2"
  39. }
  40. ,"_resolved": "https://registry.npmmirror.com/connect-history-api-fallback/-/connect-history-api-fallback-2.0.0.tgz"
  41. ,"_integrity": "sha512-U73+6lQFmfiNPrYbXqr6kZ1i1wiRqXnp2nhMsINseWXO8lDau0LGEffJ8kQi4EjLZympVgRdvqjAgiZ1tgzDDA=="
  42. ,"_from": "connect-history-api-fallback@2.0.0"
  43. }