-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
58 lines (58 loc) · 1.3 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
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "passport-wix-app",
"version": "1.0.8",
"description": "Wix Application authentication strategy for Passport.",
"scripts": {
"test": "`npm bin`/mocha",
"lint": "`npm bin`/eslint ./",
"coverage": "`npm bin`/istanbul cover `npm bin`/_mocha -- --reporter min",
"docs": "`npm bin`/jsdoc -c .jsdoc.rc"
},
"keywords": [
"passport",
"wix",
"wix-dev",
"wix-app",
"api",
"auth",
"authn",
"authentication"
],
"author": {
"name": "Maksim Koryukov",
"email": "maxkoryukov@gmail.com"
},
"repository": {
"type": "git",
"url": "git://github.com/maxkoryukov/passport-wix-app.git"
},
"bugs": {
"url": "http://github.com/maxkoryukov/passport-wix-app/issues"
},
"homepage": "https://maxkoryukov.github.io/passport-wix-app/",
"license": "MIT",
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
],
"main": "./src",
"dependencies": {
"passport-strategy": "1.x.x"
},
"devDependencies": {
"chai": "^4.1.2",
"chai-passport-strategy": "x",
"debug": "^3.0.1",
"docdash": "^0.4.0",
"eslint": "^4.7.0",
"eslint-config-volebo": "^2.3.3",
"istanbul": "^0.4.x",
"jsdoc": "^3.5.5",
"mocha": "^3.5.3"
},
"engines": {
"node": ">= 4.0.0"
}
}