-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.16 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
{
"name": "passport-atlassian-connect",
"version": "1.0.0",
"description": "Passport.js strategy for Atlassian products add-ons",
"main": "lib/index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DanielHreben/passport-atlassian-connect.git"
},
"keywords": [
"atlassian",
"atlassian-jira",
"atlassian-bitbucket",
"atlassian-connect",
"atlassian-connect-addon",
"atlassian-connect",
"passportjs"
],
"author": {
"name": "Daniel Hreben",
"email": "daniel.hreben@gmail.com"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/DanielHreben/passport-atlassian-connect/issues"
},
"homepage": "https://github.com/DanielHreben/passport-atlassian-connect#readme",
"dependencies": {
"atlassian-connect-auth": "^1.0.0",
"passport-strategy": "^1.0.0"
},
"devDependencies": {
"eslint": "^4.9.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.0",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1"
}
}