-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·49 lines (49 loc) · 1.09 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
{
"name": "passport-pinterest-token",
"version": "1.0.4",
"description": "Pinterest token authentication strategy for Passport",
"main": "./src/index.js",
"repository": {
"type": "git",
"url": "git://github.com/nelrohd/passport-pinterest-token.git"
},
"keywords": [
"passport",
"pinterest",
"auth",
"authn",
"authentication",
"identity"
],
"author": {
"name": "Nelinelo Inc.",
"email": "kevin@nelinelo.com",
"url": "https://nelinelo.com"
},
"license": "MIT",
"bugs": {
"url": "http://github.com/nelrohd/passport-pinterest-token/issues"
},
"dependencies": {
"passport-oauth": "1.0.0",
"pkginfo": "0.3.1"
},
"devDependencies": {
"babel-cli": "6.4.5",
"babel-plugin-add-module-exports": "0.1.2",
"babel-preset-es2015": "6.3.13",
"chai": "3.4.1",
"chai-passport-strategy": "0.2.0",
"coveralls": "2.11.6",
"cz-conventional-changelog": "1.1.5",
"isparta": "4.0.0",
"mocha": "2.4.2",
"sinon": "1.17.3"
},
"publishConfig": {
"tag": "latest"
},
"release": {
"branch": "master"
}
}