{
  "name": "longpaste",
  "version": "0.0.4",
  "description": "The opposite of a shortcut.",
  "keywords": [
    "express",
    "pastebin",
    "markdown",
    "commonmark",
    "leveldb"
  ],
  "main": "app.js",
  "repository": "git@github.com:mvasilkov/longpaste.git",
  "author": "mvasilkov",
  "license": "MIT",
  "scripts": {
    "dev": "node app.js",
    "css": "node-sass -r stylesheets -o static && cleancss -o static/master.min.css static/master.css",
    "watch_css": "nodemon -w stylesheets -e scss -x \"yarn css\"",
    "watch": "concurrently \"yarn watch_css\" \"yarn dev\""
  },
  "dependencies": {
    "bson": "^2.0.5",
    "cmark-emscripten": "^0.0.0",
    "cookie-parser": "^1.4.3",
    "date-fns": "^1.29.0",
    "encoding-down": "^4.0.0",
    "express": "^4.16.3",
    "jsonwebtoken": "^8.2.1",
    "leveldown": "^3.0.0",
    "levelup": "^2.0.2",
    "morgan": "^1.9.0",
    "ms": "^2.1.1",
    "nunjucks": "^3.1.2",
    "serve-favicon": "^2.5.0",
    "statuses": "^1.5.0",
    "stoppable": "^1.0.6"
  },
  "devDependencies": {
    "clean-css-cli": "^4.1.10",
    "concurrently": "^3.5.1",
    "google-closure-compiler": "^20180402.0.0",
    "jwt-decode": "^2.2.0",
    "node-sass": "^4.7.2",
    "nodemon": "^1.17.3",
    "replace-in-file": "^3.4.0",
    "systematize": "^3.0.0"
  }
}
