-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.69 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.69 KB
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
59
60
61
62
63
64
65
66
{
"name": "technology-stack",
"version": "1.0.2",
"description": "Clarity for all Technology used in DWYL products & client work.",
"repository": {
"type": "git",
"url": "git+https://github.com/dwyl/technology-stack.git"
},
"author": "dwyl & co",
"license": "GPL-2.0",
"homepage": "https://github.com/dwyl/technology-stack#readme",
"dependencies": {
"env2": "^2.1.1",
"esta": "^4.2.0",
"goodparts": "^1.0.4",
"hapi-auth-jwt2": "^7.1.3",
"hapi-error": "^1.1.3",
"hapi-login": "^1.2.2",
"hapi-postgres-connection": "^6.1.0",
"hapi-redis-connection": "^5.0.0",
"hapi-register": "^1.1.0",
"hapi-riot": "^1.0.2"
},
"learn": {
"env2": {
"use": "Loading Environment Variables",
"repo": "learn-environment-variables"
},
"hapi-auth-jwt2": {
"use": "Authentication & Sessions",
"repo": "learn-json-web-tokens"
},
"hapi-redis-connection": {
"use": "Simplify Redis Connection",
"repo": "learn-redis"
},
"esta": {
"use": "ElasticSearch CRUD",
"repo": "learn-elasticsearch"
},
"hapi-postgres-connection": {
"use": "Postgres Connection Pooling",
"repo": "learn-postgresql"
},
"hapi-riot": {
"use": "Server-side (Fast) Rendering of Riot Tags",
"repo": "learn-riot"
},
"hapi-error": {
"use": "Human-Friendly Error Messages",
"repo": "hapi-error#why"
},
"goodparts": {
"use": "Consistent Code (Linting & Style)",
"repo": "goodparts#why"
},
"hapi-login": {
"use": "User Login",
"repo": "learn-hapi"
},
"hapi-register": {
"use": "User Registration",
"repo": "learn-hapi"
}
}
}