forked from Concorda/auth-redirect
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.26 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
{
"name": "auth-redirect",
"version": "0.0.3",
"description": "Seneca internal module for auth redirect",
"main": "app.js",
"scripts": {
"test": "lab -r console -v -L -m 3000",
"lint": "lab -dL",
"coverage": "lab -s test/*test.js -r lcov | coveralls",
"annotate": "docco app.js -o doc"
},
"keywords": [
"seneca",
"auth",
"redirect"
],
"repository": {
"type": "git",
"url": "https://github.com/senecajs/auth-redirect"
},
"files": [
"LICENSE.txt",
"README.md",
"app.js"
],
"author": {
"name": "Mircea Alexandru",
"email": "[email protected]",
"url": "https://github.com/mirceaalexandru"
},
"contributors": [
{
"name": "Cristian Kiss",
"email": "[email protected]",
"url": "https://github.com/ckiss"
}
],
"bugs": {
"url": "https://github.com/senecajs/auth-redirect"
},
"homepage": "https://github.com/senecajs/auth-redirect",
"license": "MIT",
"readmeFilename": "README.md",
"dependencies": {
"lodash": "4.x.x",
"string": "3.x.x"
},
"devDependencies": {
"code": "2.x.x",
"docco": "0.x.x",
"eslint-config-seneca": "1.x.x",
"eslint-plugin-hapi": "4.x.x",
"eslint-plugin-standard": "1.x.x",
"lab": "8.x.x"
}
}