39 lines
890 B

12 years ago
12 years ago
10 years ago
12 years ago
10 years ago
12 years ago
12 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
11 years ago
12 years ago
  1. {
  2. "name": "local-web-server",
  3. "version": "0.5.20",
  4. "description": "Lightweight static web server, zero configuration. Perfect for front-end devs.",
  5. "bin": {
  6. "ws": "./bin/ws.js"
  7. },
  8. "license": "MIT",
  9. "engines": {
  10. "node": ">=0.10.0"
  11. },
  12. "scripts": {
  13. "lint": "jshint bin/ws.js; echo;"
  14. },
  15. "repository": "https://github.com/75lb/local-web-server",
  16. "author": "Lloyd Brookes",
  17. "dependencies": {
  18. "command-line-args": "^1.1.0-0",
  19. "compression": "^1.0.2",
  20. "config-master": "^1",
  21. "connect": "^3.0.0",
  22. "console-dope": "~0.3.0",
  23. "home-path": "^1",
  24. "morgan": "^1.0.0",
  25. "object-tools": "^2",
  26. "proxy-middleware": "^0.13.0",
  27. "serve-index": "^1.6.3",
  28. "serve-static": "^1.8",
  29. "stream-log-stats": "^1",
  30. "typical": "^2.0.0"
  31. },
  32. "local-web-server": {
  33. "mime": {
  34. "text/plain": [
  35. "php"
  36. ]
  37. }
  38. }
  39. }