Skip to content

Instantly share code, notes, and snippets.

@evangow
Created October 30, 2017 02:25
Show Gist options
  • Save evangow/2cfe08d16f88826b6684d18259cc1cf0 to your computer and use it in GitHub Desktop.
Save evangow/2cfe08d16f88826b6684d18259cc1cf0 to your computer and use it in GitHub Desktop.
{
  "name": "server",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "dev:server": "nodemon --ignore sessions/ server.js"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "express": "^4.16.2",
    "express-session": "^1.15.6",
    "session-file-store": "^1.1.2",
    "uuid": "^3.1.0"
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment