-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
42 lines (42 loc) · 981 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
{
"name": "passport-zendesk",
"version": "0.0.3",
"description": "Zendesk authentication strategy for Passport.",
"keywords": [
"passport",
"zendesk",
"auth",
"authn",
"authentication"
],
"homepage": "http://github.com/zendesk/passport-zendesk",
"bugs": {
"url": "http://github.com/zendesk/passport-zendesk/issues"
},
"author": {
"name": "Andrew Lavers",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/zendesk/passport-zendesk"
},
"license": "Apache 2.0",
"main": "./lib/passport-zendesk",
"dependencies": {
"pkginfo": "~0.3.0",
"passport-oauth": "~1.0.0",
"oauth": "~0.9.11"
},
"devDependencies": {
"mocha": "1.x.x",
"chai": "1.x.x",
"chai-passport-strategy": "0.2.x"
},
"engines": {
"node": ">= 0.4.0"
},
"scripts": {
"test": "node_modules/.bin/mocha --reporter spec --require test/bootstrap/node test/*.test.js"
}
}