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.

32 lines
803 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
12 years ago
  1. {
  2. "name": "local-web-server",
  3. "version": "0.5.1",
  4. "description": "Launch a lightweight static web server. Zero configuration.",
  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. "byte-size": "^0.1.0",
  18. "command-line-args": "^0.2.0",
  19. "common-log-format": "^0.1.2",
  20. "compression": "^1.0.2",
  21. "config-master": "~0.2.0",
  22. "connect": "^3.0.0",
  23. "console-dope": "^0.3.0",
  24. "home-path": "^0.1.1",
  25. "morgan": "^1.0.0",
  26. "object-ting": "^1.0.0",
  27. "serve-index": "^1.0.2",
  28. "serve-static": "^1.2.2",
  29. "stream-log-stats": "^0.1.0",
  30. "string-ting": "^0.1.0"
  31. }
  32. }