You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
440 B
JSON
21 lines
440 B
JSON
{
|
|
"name": "npmauthproxy",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"dependencies": {
|
|
"dotenv": "^17.4.2",
|
|
"express": "^5.2.1",
|
|
"express-http-proxy": "^2.1.2",
|
|
"express-session": "^1.19.0",
|
|
"passport": "^0.7.0",
|
|
"passport-oauth2": "^1.8.0",
|
|
"superagent": "^10.3.0"
|
|
}
|
|
}
|