{ "name": "paste", "version": "1.2.0", "description": "Simple Node.js pastebin", "license": "MIT", "repository": "JoeBiellik/paste", "homepage": "https://github.com/JoeBiellik/paste", "author": "Joe Biellik (http://joebiellik.com/)", "bugs": { "email": "contact@joebiellik.com", "url": "https://github.com/JoeBiellik/paste/issues" }, "keywords": [ "pastebin", "paste", "node", "koa", "mongodb" ], "main": "server.js", "scripts": { "watch": "nodemon -L -e js,json", "lint": "eslint . && pug-lint ./views" }, "dependencies": { "babel-core": "^6.1.2", "babel-polyfill": "^6.0.16", "babel-preset-es2015": "^6.1.2", "config": "^1.16.0", "koa": "^1.1.0", "koa-body": "^1.3.0", "koa-compress": "^1.0.8", "koa-logger": "^1.3.0", "koa-router": "^5.2.3", "koa-static-cache": "^3.1.2", "koa-views": "^5.2.0", "mongoose": "^4.1.12", "pug": "^2.0.0-beta4", "shortid": "^2.2.4" }, "devDependencies": { "babel-eslint": "^7.1.0", "eslint": "^3.2.2", "nodemon": "^1.7.2", "pug-lint": "^2.3.0" } }