-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
91 lines (91 loc) · 2.57 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "rede-convergir",
"version": "0.0.1",
"description": "rede-convergir",
"main": "index.js",
"license": "MIT",
"author": "Paulo Vieira",
"repository": {
"type": "git",
"url": "git+https://github.com/paulovieira/rede-convergir-3.git"
},
"bugs": {
"url": "https://github.com/paulovieira/rede-convergir-3/issues"
},
"homepage": "https://github.com/paulovieira/rede-convergir-3#readme",
"dependencies": {
"bell": "^8.1.1",
"bell-on-bundler-error-plugin": "^1.0.8",
"blipp": "^2.3.0",
"bluebird": "^3.0.2",
"boom": "^3.2.1",
"catbox-memory": "^2.0.3",
"catbox-postgres": "paulovieira/catbox-postgres",
"chalk": "^1.1.1",
"cheerio": "^0.20.0",
"compression-webpack-plugin": "^0.3.1",
"config": "^1.16.0",
"css-loader": "^0.23.1",
"csv-stringify": "^1.0.2",
"exports-loader": "^0.6.3",
"fecha": "^2.1.0",
"file-janitor": "0.0.1",
"file-loader": "^0.8.5",
"fs-extra": "^0.26.2",
"glob": "^5.0.15",
"glue": "^3.4.0",
"good": "^7.0.1",
"good-console": "^6.1.2",
"good-squeeze": "^4.0.0",
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-compress": "^0.13.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^0.9.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-nunjucks": "^0.1.4",
"grunt-static-timestamp": "^0.1.4",
"hapi": "^13.4.1",
"hapi-auth-cookie": "^6.1.1",
"hapi-auth-cookie-cache": "paulovieira/hapi-auth-cookie-cache",
"hapi-nunjucks": "paulovieira/hapi-nunjucks",
"hapi-qs": "^1.1.0",
"hoek": "^4.0.1",
"imports-loader": "^0.6.5",
"inert": "^4.0.0",
"joi": "^8.4.2",
"json5": "^0.4.0",
"load-grunt-tasks": "^3.4.0",
"minimist": "^1.2.0",
"moment": "^2.10.6",
"nconf": "^0.8.4",
"node-uuid": "^1.4.7",
"nunjucks": "^2.4.x",
"nunjucks-loader": "^2.3.0",
"pg-monitor": "^0.5.8",
"pg-promise": "^4.5.0",
"psql-wrapper": "0.0.4",
"purdy": "^2.2.0",
"q": "^1.4.1",
"rotating-file-stream": "^1.0.5",
"sendgrid-promise": "^1.0.1",
"seneca": "^2.1.0",
"shelljs": "^0.5.3",
"stacktrace-js": "^1.0.4",
"strong-data-uri": "^1.0.3",
"style-loader": "^0.13.0",
"time-grunt": "^1.3.0",
"underscore": "^1.8.3",
"underscore.string": "^3.3.4",
"url-loader": "^0.5.7",
"vision": "^4.1.0",
"webpack": "^1.12.14",
"wreck": "^8.0.0"
},
"devDependencies": {
"eslint-config-hapi": "^10.0.0",
"eslint-plugin-hapi": "^4.0.0",
"webpack-dev-server": "^1.14.1"
}
}