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.

14 lines
293 B

11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
  1. {
  2. "name": "local-web-server",
  3. "version": "0.1.2",
  4. "description": "Local web server",
  5. "bin": {
  6. "ws": "./server.js"
  7. },
  8. "repository": "https://github.com/75lb/local-web-server",
  9. "author": "Lloyd Brookes",
  10. "license": "BSD",
  11. "dependencies": {
  12. "connect": "~2.7.11"
  13. }
  14. }