A unf. social network done poorly.
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.

19 line
488B

  1. {
  2. "name": "AjaxIM",
  3. "description": "instant messaging framework",
  4. "author": "ajaximrpg <ajaximrpg@svexpertise.com>",
  5. "version": "4.0.0",
  6. "dependencies": {
  7. "express": ">= 4.0.0",
  8. "connect": ">= 2.14.0",
  9. "method-override": ">= 1.0.0",
  10. "cookie-parser": ">= 1.0.0",
  11. "body-parser": ">= 1.0.0",
  12. "express-error-handler": ">= 0.5.0",
  13. "morgan": ">= 1.0.0",
  14. "cookie": ">= 0.1.0",
  15. "jade": ">= 1.3.0",
  16. "socket.io": ">= 1.0.6"
  17. }
  18. }