-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 981 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
36
37
{
"name": "prello_server_oauth2",
"version": "1.0.0",
"description": "This is an OAuth2 server to allow third parties to connect to our application Prello",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GodefroiRoussel/prello_OAuth2_server.git"
},
"keywords": [
"Server",
"OAuth2",
"Node.js"
],
"author": "Godefroi Roussel",
"license": "MIT",
"bugs": {
"url": "https://github.com/GodefroiRoussel/prello_OAuth2_server/issues"
},
"homepage": "https://github.com/GodefroiRoussel/prello_OAuth2_server#readme",
"dependencies": {
"asteroid": "^2.0.3",
"body-parser": "^1.18.3",
"dotenv": "^6.1.0",
"ejs": "^2.6.1",
"express": "^4.16.4",
"express-jwt": "^5.3.1",
"https": "^1.0.0",
"jsonwebtoken": "^8.3.0",
"mongoose": "^5.3.9",
"oauth2-server": "^3.0.1",
"ws": "^6.1.0"
}
}