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.

37 lines
851 B

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