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.

54 lines
1.2 KiB

11 years ago
11 years ago
9 years ago
11 years ago
10 years ago
11 years ago
11 years ago
9 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/cli.js"
  7. },
  8. "main": "lib/local-web-server.js",
  9. "license": "MIT",
  10. "keywords": [
  11. "dev",
  12. "server",
  13. "web",
  14. "tool",
  15. "front-end",
  16. "development",
  17. "cors",
  18. "mime",
  19. "rest"
  20. ],
  21. "engines": {
  22. "node": ">=4.0.0"
  23. },
  24. "scripts": {
  25. "test": "tape test/*.js"
  26. },
  27. "repository": "https://github.com/75lb/local-web-server",
  28. "author": "Lloyd Brookes <75pound@gmail.com>",
  29. "dependencies": {
  30. "command-line-args": "^2.0.2",
  31. "config-master": "^2",
  32. "http-proxy": "^1.12.0",
  33. "kcors": "^1.0.1",
  34. "koa": "^2.0.0-alpha.3",
  35. "koa-charset": "^1.1.4",
  36. "koa-compress": "^1.0.8",
  37. "koa-conditional-get": "^1.0.3",
  38. "koa-convert": "^1.1.0",
  39. "koa-etag": "^2.1.0",
  40. "koa-morgan": "^0.4.0",
  41. "koa-mount": "^1.3.0",
  42. "koa-rewrite": "^1.1.1",
  43. "koa-route": "^2.4.2",
  44. "koa-serve-index": "^1.1.0",
  45. "koa-static": "^1.5.2",
  46. "morgan": "^1.0.0",
  47. "path-to-regexp": "^1.2.1",
  48. "req-then": "^0.2.2",
  49. "stream-log-stats": "^v1.1.0-0"
  50. },
  51. "devDependencies": {
  52. "tape": "^4.2.2"
  53. }
  54. }