-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 954 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
{
"name": "@apostrophecms/passport-bridge",
"version": "1.3.0",
"description": "Passport.js authentication for Apostrophe",
"main": "index.js",
"scripts": {
"lint": "npm run eslint",
"eslint": "eslint .",
"test": "npm run lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/apostrophecms/passport-bridge.git"
},
"homepage": "https://github.com/apostrophecms/passport-bridge#readme",
"author": "Apostrophe Technologies",
"license": "MIT",
"devDependencies": {
"eslint": "^8.57.1",
"eslint-config-apostrophe": "^4.3.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.6.0",
"eslint-plugin-standard": "^4.0.1",
"stylelint": "^16.9.0",
"stylelint-config-apostrophe": "^4.1.0"
},
"dependencies": {
"humanname": "^0.2.2",
"passport-oauth2-refresh": "^2.2.0"
}
}