Advertisement
Guest User

JWT3 - package.json

a guest
Oct 17th, 2019
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.36 KB | None | 0 0
  1. {
  2.   "name": "JWT3",
  3.   "version": "1.0.0",
  4.   "description": "",
  5.   "main": "index.js",
  6.   "scripts": {
  7.     "start": "node index.js",
  8.     "test": "echo \"Error: no test specified\" && exit 1"
  9.   },
  10.   "keywords": [],
  11.   "author": "",
  12.   "license": "ISC",
  13.   "dependencies": {
  14.     "dotenv": "^8.0.0",
  15.     "express": "^4.16.4",
  16.     "jwt-simple": "0.5.1"
  17.   }
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement