-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
41 lines (41 loc) · 960 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
{
"name": "@salla.sa/passport-strategy",
"version": "1.0.6",
"description": "Salla authentication strategy for Passport.",
"author": "Salla App (https://github.com/SallaApp)",
"keywords": [
"node",
"passport",
"salla"
],
"main": "./src/init.js",
"scripts": {
"test": "mocha",
"prepare": "husky install"
},
"dependencies": {
"passport-oauth": "^1.0.0",
"passport-oauth2-refresh": "^2.2.0",
"querystring": "^0.2.1",
"util": "^0.12.5"
},
"devDependencies": {
"husky": "^9.0.11",
"mocha": "^10.6.0",
"should": "^13.2.3",
"sinon": "^18.0.0"
},
"license": "MIT",
"directories": {
"example": "example",
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SallaApp/passport-salla.git"
},
"bugs": {
"url": "https://github.com/SallaApp/passport-salla/issues"
},
"homepage": "https://github.com/SallaApp/passport-salla#readme"
}