Simple image host.
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.

package.json 726B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "spus",
  3. "version": "0.0.0",
  4. "description": "A simple image host.",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1",
  8. "start": "node server.js",
  9. "setup": "node scripts/setup.js",
  10. "reset": "node scripts/reset.js"
  11. },
  12. "author": {
  13. "name": "Martin Dørum Nygaard",
  14. "email": "martid0311@gmail.com",
  15. "url": "http://mort.coffee"
  16. },
  17. "license": "GPLv2",
  18. "dependencies": {
  19. "browser-prefix": "^0.1.0",
  20. "formidable": "^1.0.17",
  21. "html-minifier": "^0.7.2",
  22. "jshint": "^2.8.0",
  23. "mlogger": "^1.1.0",
  24. "pg": "^4.4.0",
  25. "scrypt": "^5.1.0",
  26. "uglify-js": "^2.4.24",
  27. "uglifycss": "0.0.15",
  28. "wrench": "^1.5.8"
  29. }
  30. }