-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (41 loc) · 945 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": "passport-mcmuch-auth",
"version": "0.0.0",
"description": "A Passport strategy for MCMUCH (a Minecraft mod) that uses Mojang's session servers to authenticate a user without touching any passwords.",
"keywords": [
"Minecraft",
"MCMUCH",
"passport",
"authentication"
],
"homepage": "https://github.com/Nightfall/node-mcmuch-auth",
"bugs": {
"url" : "https://github.com/Nightfall/node-mcmuch-auth/issues"
},
"license": "BSD-2-Clause",
"author": {
"name": "skyem123",
"email": "[email protected]",
"url": "https://skyem.co.uk"
},
"files": [
"index.js",
"lib"
],
"main": "index.js",
"directories": {
"lib": "./lib"
},
"dependencies": {
"passport-strategy": "^1.0.0",
"superagent": "^1.2.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Nightfall/node-mcmuch-auth.git"
}
}