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.

27 lines
634 B

12 years ago
12 years ago
11 years ago
12 years ago
12 years ago
12 years ago
11 years ago
11 years ago
12 years ago
  1. {
  2. "name": "local-web-server",
  3. "version": "0.4.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. "connect": "^3.0.0",
  18. "nature": "~0.4.0",
  19. "console-dope": "~0.3.0",
  20. "wodge": "~0.5.0",
  21. "config-master": "~0.1.0",
  22. "morgan": "^1.0.0",
  23. "serve-static": "^1.1.0",
  24. "serve-index": "^1.0.2",
  25. "compression": "^1.0.2"
  26. }
  27. }