-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 851 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
{
"name": "passport-hubspot-auth",
"version": "1.0.5",
"description": "Passport strategy for authenticating with Hubspot.",
"main": "./lib/passport-hubspot-oauth",
"scripts": {
"test": "node_modules/.bin/mocha test/*-test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jnbarlow/passport-hubspot-auth.git"
},
"keywords": [
"hubspot",
"passport",
"auth",
"authentication",
"nodejs"
],
"author": "John Barlow",
"license": "MIT",
"bugs": {
"url": "https://github.com/jnbarlow/passport-hubspot-auth/issues"
},
"homepage": "https://github.com/jnbarlow/passport-hubspot-auth#readme",
"devDependencies": {
"mocha": "^10.1.0",
"should": "~13.2.3",
"underscore": "~1.12.1"
},
"dependencies": {
"passport-oauth": "~1.0.0",
"pkginfo": "0.4.x"
}
}