package.json 773 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "anywhere",
  3. "version": "1.6.0",
  4. "description": "Run static file server anywhere",
  5. "bin": {
  6. "anywhere": "./bin/anywhere"
  7. },
  8. "keywords": [
  9. "Static",
  10. "file",
  11. "server",
  12. "Assets"
  13. ],
  14. "author": "Jackson Tian",
  15. "license": "MIT",
  16. "dependencies": {
  17. "connect": "^3.6.6",
  18. "connect-history-api-fallback": "^1.2.0",
  19. "debug": "^2.2.0",
  20. "http-proxy-middleware": "^0.19.1",
  21. "minimist": "^1.2.0",
  22. "serve-index": "^1.9.1",
  23. "serve-static": "^1.13.2"
  24. },
  25. "repository": {
  26. "type": "git",
  27. "url": "git://github.com/JacksonTian/anywhere.git"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/JacksonTian/anywhere/issues"
  31. },
  32. "homepage": "https://github.com/JacksonTian/anywhere",
  33. "files": ["bin", "keys"]
  34. }