{ "name": "mimage", "version": "0.0.0", "description": "A simple image host.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node index.js" }, "author": { "name": "Martin Dørum Nygaard", "email": "martid0311@gmail.com", "url": "http://mort.coffee" }, "license": "GPLv2", "dependencies": { "html-minifier": "^0.7.2", "pg": "^4.4.0" } }