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.

58 lines
1.4 KiB

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
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.23",
  4. "description": "Lightweight static web server, zero configuration. Perfect for front-end devs.",
  5. "bin": {
  6. "ws": "./bin/ws.js"
  7. },
  8. "main": "lib/local-web-server.js",
  9. "license": "MIT",
  10. "engines": {
  11. "node": ">=0.10.0"
  12. },
  13. "scripts": {
  14. "lint": "jshint bin/ws.js; echo;",
  15. "test": "tape test/*.js"
  16. },
  17. "repository": "https://github.com/75lb/local-web-server",
  18. "author": "Lloyd Brookes",
  19. "dependencies": {
  20. "command-line-args": "^2.0.2",
  21. "compression": "^1.0.2",
  22. "config-master": "^2",
  23. "console-dope": "~0.3.0",
  24. "deep-extend": "^0.4.0",
  25. "express": "^4.13.3",
  26. "home-path": "^1",
  27. "kcors": "^1.0.1",
  28. "koa": "^2.0.0-alpha.3",
  29. "koa-charset": "^1.1.4",
  30. "koa-compress": "^1.0.8",
  31. "koa-convert": "^1.1.0",
  32. "koa-json": "^1.1.1",
  33. "koa-morgan": "^0.4.0",
  34. "koa-rewrite": "^1.1.1",
  35. "koa-route": "^2.4.2",
  36. "koa-serve-index": "^1.1.0",
  37. "koa-static": "^1.5.2",
  38. "morgan": "^1.0.0",
  39. "object-tools": "^2",
  40. "proxy-middleware": "^0.13.1",
  41. "req-then": "^0.2.2",
  42. "serve-index": "^1.6.3",
  43. "serve-static": "^1.8",
  44. "stream-log-stats": "^1",
  45. "typical": "^2.0.0"
  46. },
  47. "local-web-server": {
  48. "mime": {
  49. "text/plain": [
  50. "php"
  51. ]
  52. }
  53. },
  54. "devDependencies": {
  55. "collect-all": "^0.1.0",
  56. "tape": "^4.2.2"
  57. }
  58. }