-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.45 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
{
"name": "userbase",
"version": "0.0.47",
"description": "A flexible and configurable Node Express API server with security conscious authentication and user account management",
"main": "index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/aliatsis/userbase.git"
},
"keywords": [
"user",
"userbase",
"user anagement",
"account",
"account manangement",
"passport",
"JWT",
"JSONWebToken",
"express",
"node",
"api"
],
"author": "Anthony Liatsis <[email protected]>",
"bugs": {
"url": "https://github.com/aliatsis/userbase/issues"
},
"homepage": "https://github.com/aliatsis/userbase#readme",
"dependencies": {
"body-parser": "~1.12.4",
"bunyan": "~1.5.1",
"bunyan-prettystream": "~0.1.3",
"cookie-parser": "~1.3.4",
"dtrace-provider": "~0.6.0",
"es6-promise": "~2.1.1",
"events-intercept": "~2.0.0",
"express": "~4.12.3",
"express-unless": "~0.1.0",
"extend": "~2.0.1",
"ipaddr.js": "~1.0.5",
"jsonwebtoken": "~5.0.0",
"method-override": "~2.3.2",
"morgan": "~1.5.3",
"passport": "~0.2.1",
"passport-jwt": "~1.1.0",
"passport-local": "~1.0.0",
"passport-oauth-access-token": "~0.0.0",
"request-promise": "~0.4.3",
"scmp": "~1.0.0",
"validate": "~2.1.6",
"verror": "~1.6.0"
},
"devDependencies": {
"eslint": "~1.0.0",
"eslint-plugin-jasmine": "~1.1.0"
}
}