{
  "name": "@rahmatsaeedi/miniurl",
  "version": "1.0.0",
  "description": "A full stack, light-weight, simplified, & minified version of bit.ly, that allows users to shorten long URLs",
  "main": "express_server.js",
  "scripts": {
    "start": "nodemon -L express_server.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/RahmatSaeedi/tinyApp.git"
  },
  "keywords": [
    "miniURL",
    "tinyApp",
    "bit.ly",
    "url shortner",
    "tinyApp",
    "Lighthouse Labs",
    "Bootcamp",
    "Web development bootcamp project"
  ],
  "author": "Rahmat Saeedi",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/RahmatSaeedi/tinyApp/issues"
  },
  "homepage": "https://github.com/RahmatSaeedi/tinyApp#readme",
  "dependencies": {
    "bcrypt": "3.0.6",
    "body-parser": "^1.19.0",
    "cookie-parser": "^1.4.4",
    "ejs": "^2.6.2",
    "express": "^4.17.1"
  },
  "devDependencies": {
    "nodemon": "^1.19.1"
  },
  "directories": {
    "doc": "doc"
  }
}
