-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 880 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 880 Bytes
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
{
"name": "passport-intercom",
"version": "0.0.5",
"description": "Intercom authentication strategy for Passport.",
"homepage": "http://github.com/intercom/passport-intercom",
"keywords": [
"passport",
"intercom",
"auth",
"authn",
"authentication",
"identity"
],
"repository": {
"type": "git",
"url": "git://github.com/intercom/passport-intercom.git"
},
"bugs": {
"url": "https://github.com/intercom/passport-intercom/issues"
},
"author": {
"name": "Intercom",
"email": "developers@intercom.io"
},
"license": "MIT",
"main": "./lib/passport-intercom",
"dependencies": {
"pkginfo": "0.4.x",
"passport-oauth": "1.x.x"
},
"devDependencies": {
"vows": "0.8.x"
},
"scripts": {
"test": "NODE_PATH=lib node_modules/.bin/vows test/*-test.js"
},
"engines": {
"node": ">= 0.4.0"
}
}