-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 934 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": "@jimmycode/simple-oauth2-reddit",
"version": "0.6.0",
"description": "A simple Node.js client library for Reddit OAuth2.",
"keywords": [
"oauth2",
"auth2-client",
"reddit",
"reddit-api",
"reddit-login",
"reddit-auth",
"reddit-oauth",
"simple-oauth2"
],
"author": "JimmyCode Social <[email protected]>",
"contributors": [
{
"name": "Alberto Menendez Romero",
"url": "https://www.linkedin.com/in/albertomr86/"
}
],
"homepage": "https://github.com/jimmycodesocial/simple-oauth2-reddit",
"bugs": {
"url": "https://github.com/jimmycodesocial/simple-oauth2-reddit/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jimmycodesocial/simple-oauth2-reddit.git"
},
"engine": {
"node": ">=8.0"
},
"main": "src/index.js",
"license": "MIT",
"scripts": {},
"dependencies": {
"simple-oauth2": "^2.2.0"
}
}