forked from JMPerez/passport-spotify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 996 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
45
46
47
{
"name": "passport-spotify",
"version": "0.3.0",
"description": "Spotify authentication strategy for Passport.",
"author": {
"name": "José M. Pérez",
"url": "https://github.com/jmperez/"
},
"repository": {
"type": "git",
"url": "https://github.com/jmperez/passport-spotify.git"
},
"keywords": [
"node",
"passport",
"spotify"
],
"bugs": {
"url": "https://github.com/jmperez/passport-spotify/issues"
},
"main": "./lib/passport-spotify",
"engines": {
"node": ">= 0.8.0"
},
"config": {
"blanket": {
"pattern": "//^(?!.*node_modules.*$).*lib//"
}
},
"scripts": {
"test": "make coveralls"
},
"dependencies": {
"pkginfo": "0.3.x",
"passport-oauth": "1.0.0",
"querystring": "~0.2.0",
"util": "~0.10.3"
},
"devDependencies": {
"mocha": "1.20.1",
"should": "4.0.4",
"sinon": "1.10.2",
"blanket": "~1.1.6",
"mocha-lcov-reporter": "0.0.1",
"coveralls": "~2.10.0"
}
}