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.

38 lines
855 B

12 years ago
12 years ago
9 years ago
12 years ago
10 years ago
12 years ago
12 years ago
9 years ago
10 years ago
10 years ago
9 years ago
9 years ago
10 years ago
10 years ago
9 years ago
10 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.0.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. "serve-index": "^1.6.3",
  27. "serve-static": "^1.8",
  28. "stream-log-stats": "^1",
  29. "typical": "^2.0.0"
  30. },
  31. "local-web-server": {
  32. "mime": {
  33. "text/plain": [
  34. "php"
  35. ]
  36. }
  37. }
  38. }