package.json 502 B

12345678910111213141516171819202122
  1. {
  2. "name": "Up1",
  3. "version": "0.3.0",
  4. "description": "Client-side encrypted host for images, text, and other forms of data.",
  5. "main": "server.js",
  6. "repository": {
  7. "type": "git",
  8. "url": "git://github.com/upload/up1"
  9. },
  10. "author": "The Up1 Authors",
  11. "license": "MIT",
  12. "bugs": {
  13. "url": "https://github.com/upload/up1/issues"
  14. },
  15. "dependencies": {
  16. "express": "~4.13.3",
  17. "busboy": "~0.2.11",
  18. "multer": "~1.1.0",
  19. "tmp": "0.0.28",
  20. "request": "~2.65.0"
  21. }
  22. }