{ "name": "NoteHub", "version": "3.0.0", "description": "Free Pastebin for One-Off Markdown Publishing", "main": "server.js", "scripts": { "server": "node server.js", "devser": "nodemon server.js", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/chmllr/NoteHub.git" }, "keywords": [ "markdown", "pastebin" ], "author": "Christian Müller (http://github.com/chmllr)", "license": "ISC", "bugs": { "url": "https://github.com/chmllr/NoteHub/issues" }, "homepage": "https://github.com/chmllr/NoteHub", "dependencies": { "body-parser": "^1.14.1", "express": "^4.13.3", "lru-cache": "^2.6.5", "marked": "^0.3.5", "md5": "^2.0.0", "sequelize": "^3.8.0", "sqlite3": "^3.1.0" }, "devDependencies": { "nodemon": "^1.7.3" } }