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.

12 lines
214 B

11 years ago
  1. {
  2. "name": "web-server",
  3. "version": "0.1.0",
  4. "description": "Local web server",
  5. "main": "index.js",
  6. "repository": "",
  7. "author": "",
  8. "license": "BSD",
  9. "dependencies": {
  10. "connect": "~2.7.11"
  11. }
  12. }