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.

16 lines
387 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.2.3",
  4. "description": "Launch a lightweight static web server. Zero configuration.",
  5. "bin": {
  6. "ws": "./ws.js"
  7. },
  8. "repository": "https://github.com/75lb/local-web-server",
  9. "author": "Lloyd Brookes",
  10. "dependencies": {
  11. "connect": "~2.13.0",
  12. "nature": "~0.3.0",
  13. "console-dope": "~0.1.0",
  14. "wodge": "~0.2.0"
  15. }
  16. }