-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 870 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
44
{
"name": "passport-discogs",
"version": "0.2.0",
"description": "Discogs authentication strategy for Passport.",
"keywords": [
"passport",
"discogs",
"auth",
"authn",
"authentication",
"identity"
],
"author": {
"name": "Jose Maria Nunez-Izu",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/jmnunezizu/passport-discogs.git"
},
"bugs": {
"url": "http://github.com/jmnunezizu/passport-discogs/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
],
"main": "./lib",
"dependencies": {
"passport-oauth": "1.0.0",
"pkginfo": "0.2.x"
},
"devDependencies": {
"mocha": "1.x.x"
},
"engines": {
"node": ">= 0.4.0"
},
"scripts": {
"test": "mocha --recursive ./test"
}
}