-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 936 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
{
"name": "passport-globelabs",
"version": "1.0.0",
"description": "Globe Labs authentication strategy for Passport and Node.js.",
"keywords": [
"passport",
"globelabs",
"auth",
"authn",
"authentication",
"authz",
"authorization",
"oauth",
"oauth2"
],
"main": "./lib",
"scripts": {
"test": "node_modules/.bin/mocha --reporter spec --require test/bootstrap/node test/*.test.js"
},
"author": "Ian Mark Muninio <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/globelabs/passport-globelabs.git"
},
"bugs": {
"url": "https://github.com/ianmuninio/passport-globelabs/issues"
},
"homepage": "https://github.com/globelabs/passport-globelabs",
"dependencies": {
"passport-oauth": "~1.0.0"
},
"devDependencies": {
"chai": "^3.0.0",
"chai-passport-strategy": "^0.2.0",
"mocha": "^2.2.5"
}
}