-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 857 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "oauth2",
"version": "1.0.0",
"description": "oauth2 authorization server",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js",
"serve": "nodemon app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ahmetonurslmz/oauth2.git"
},
"author": "ahmetonurslmz",
"license": "MIT",
"bugs": {
"url": "https://github.com/ahmetonurslmz/oauth2/issues"
},
"homepage": "https://github.com/ahmetonurslmz/oauth2#readme",
"dependencies": {
"base64url": "^3.0.1",
"bcryptjs": "^2.4.3",
"bluebird": "^3.7.2",
"dotenv": "^8.2.0",
"ejs": "^3.1.5",
"express": "^4.17.1",
"express-validator": "^6.6.1",
"mongoose": "^5.10.2"
},
"devDependencies": {
"nodemon": "^2.0.4",
"prettier": "^2.1.2"
}
}