forked from analog-nico/passport-pinterest
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.16 KB
/
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
48
49
50
{
"name": "passport-pinterest",
"version": "1.0.0",
"description": "Pinterest authentication strategy for Passport.",
"keywords": [
"passport",
"pinterest",
"auth",
"authn",
"authentication",
"authz",
"authorization",
"identity"
],
"homepage": "https://github.com/analog-nico/passport-pinterest",
"bugs": {
"url": "https://github.com/analog-nico/passport-pinterest/issues"
},
"license": "ISC",
"author": "Nicolai Kamenzky (https://github.com/analog-nico)",
"main": "./lib/passport-pinterest/index.js",
"repository": {
"type": "git",
"url": "https://github.com/analog-nico/passport-pinterest.git"
},
"scripts": {
"test": "node_modules/.bin/gulp ci"
},
"dependencies": {
"lodash": "^4.13.1",
"passport-oauth": "1.0.x",
"pkginfo": "^0.4"
},
"engines": {
"node": ">=0.10.0"
},
"devDependencies": {
"chai": "3.5.x",
"chalk": "1.1.x",
"gulp": "3.9.x",
"gulp-coveralls": "0.1.x",
"gulp-istanbul": "0.10.x",
"gulp-jshint": "2.0.x",
"gulp-mocha": "2.2.x",
"jshint": "2.9.x",
"jshint-stylish": "2.2.x",
"rimraf": "2.5.x",
"run-sequence": "1.2.x"
}
}