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 493B

12345678910111213141516171819202122
  1. {
  2. "name": "mimage",
  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 index.js"
  9. },
  10. "author": {
  11. "name": "Martin Dørum Nygaard",
  12. "email": "martid0311@gmail.com",
  13. "url": "http://mort.coffee"
  14. },
  15. "license": "GPLv2",
  16. "dependencies": {
  17. "html-minifier": "^0.7.2",
  18. "pg": "^4.4.0",
  19. "uglify-js": "^2.4.24",
  20. "uglifycss": "0.0.15"
  21. }
  22. }