-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
42 lines (42 loc) · 950 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
38
39
40
41
42
{
"name": "oauth2-example-client",
"version": "0.1.0",
"description": "Oauth2 authentication example for FI-WARE GE applications",
"author": "GING DIT UPM",
"scripts": {
"start": "node server.js",
"lint": "eslint . --cache --fix"
},
"engines": {
"node": ">=8.6"
},
"dependencies": {
"express": "~4.16.0",
"morgan": "~1.9.0",
"body-parser": "^1.18.3",
"cookie-parser": "~1.4.3",
"express-session": "^1.15.6"
},
"devDependencies": {
"ajv": "^6.5.2",
"eslint": "^5.3.0",
"eslint-config-tamia": "^6.0.1",
"eslint-plugin-prettier": "^2.6.2",
"memfs": "2.9.4",
"prettier": "^1.14.2"
},
"repository": {
"type": "git",
"url": "https://github.com/ging/oauth2-example-client"
},
"contributors": [
{
"name": "Alvaro Alonso",
"email": "[email protected]"
},
{
"name": "Javier Cerviño",
"email": "[email protected]"
}
]
}