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.

56 lines
1.3 KiB

11 years ago
11 years ago
9 years ago
11 years ago
9 years ago
11 years ago
11 years ago
9 years ago
10 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
10 years ago
11 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": "^1",
  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-convert": "^1.1.0",
  31. "koa-json": "^1.1.1",
  32. "koa-morgan": "^0.4.0",
  33. "koa-rewrite": "^1.1.1",
  34. "koa-route": "^2.4.2",
  35. "koa-serve-index": "^1.1.0",
  36. "koa-static": "^1.5.2",
  37. "morgan": "^1.0.0",
  38. "object-tools": "^2",
  39. "proxy-middleware": "^0.13.1",
  40. "req-then": "^0.2.2",
  41. "serve-index": "^1.6.3",
  42. "serve-static": "^1.8",
  43. "stream-log-stats": "^1",
  44. "typical": "^2.0.0"
  45. },
  46. "local-web-server": {
  47. "mime": {
  48. "text/plain": [
  49. "php"
  50. ]
  51. }
  52. },
  53. "devDependencies": {
  54. "tape": "^4.2.2"
  55. }
  56. }