-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
60 lines (60 loc) · 1.52 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "@schnack/plugin-auth-mastodon",
"version": "0.2.1",
"description": "Mastodon OAuth authentication for Schnack",
"keywords": [
"oauth",
"mastodon",
"passport",
"schnack"
],
"homepage": "https://github.com/schn4ck/schnack-plugins/blob/master/packages/schnack-plugin-auth-mastodon#readme",
"bugs": {
"url": "https://github.com/schn4ck/schnack-plugins/issues"
},
"license": "LicenseRef-LICENSE",
"author": "Gregor Aisch <[email protected]>",
"publishConfig": {
"access": "public"
},
"contributors": [
{
"name": "Gregor Aisch",
"web": "https://driven-by-data.net"
},
{
"name": "Moritz Klack",
"web": "https://moritzklack.com"
},
{
"name": "g-div",
"web": "https://github.com/g-div"
}
],
"files": [
"index.js"
],
"main": "index.js",
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/schn4ck/schnack-plugins.git"
},
"dependencies": {
"node-fetch": "^2.3.0",
"passport-mastodon": "^0.1.3"
},
"directories": {
"lib": "lib",
"test": "__tests__"
},
"prettier": {
"tabWidth": 4,
"semi": true,
"printWidth": 100,
"singleQuote": true
},
"gitHead": "dec04a728e7099930ec5fc807bb1365db2162ec6"
}