forked from patbonecrusher/passport-mapmyfitness
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 910 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
42
43
{
"name": "passport-underarmour",
"version": "1.0.2",
"description": "Under Armour authentication strategy for Passport.",
"keywords": [
"passport",
"mapmyfitness",
"under armour",
"authentication",
"identity"
],
"author": {
"name": "Pat Laplante",
"email": "[email protected]",
"url": "http://www.covenofchaos.com/"
},
"contributors": [
{
"name": "Jason Sanford",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "git://github.com/JasonSanford/passport-underarmour.git"
},
"bugs": {
"url": "http://github.com/JasonSanford/passport-underarmour/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
],
"main": "./lib",
"dependencies": {
"passport-oauth2": "1.x.x"
},
"engines": {
"node": "~0.10.0"
}
}