-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 962 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
{
"name": "orcid-oauth2",
"version": "0.0.1",
"description": "Local storage for ORCID authentification server",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/mangal-wg/orcid-oauth2.git"
},
"scripts": {
"test": "NODE_ENV=test node_modules/.bin/mocha",
"start": "nodemon"
},
"keywords": [
"ORCID"
],
"author": "Steve Vissault & Timothée Poisot",
"license": "MIT",
"bugs": {
"url": "https://github.com/mangal-wg/orcid-oauth2/issues"
},
"homepage": "https://github.com/mangal-wg/orcid-oauth2#readme",
"dependencies": {
"body-parser": "^1.19.0",
"express": "^4.17.1",
"express-session": "^1.17.1",
"http": "0.0.1-security",
"npm": "^7.7.6",
"passport": "^0.4.1",
"passport-oauth2": "^1.5.0",
"pg": "^8.5.1",
"pg-hstore": "^2.3.3",
"sequelize": "^6.6.2"
},
"devDependencies": {
"mocha": "^8.3.2",
"nodemon": "^2.0.7"
}
}