forked from davidmerfield/Blot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.67 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
{
"name": "Blot",
"repository": "https://github.com/davidmerfield/Blot",
"description": "A blogging platform",
"version": "0.0.0",
"dependencies": {
"aws-sdk": "^2.1.26",
"body-parser": "^1.4.3",
"cheerio": "^0.17.0",
"clean-css": "^2.2.23",
"compression": "^1.0.11",
"connect-redis": "^2.0.0",
"csurf": "^1.6.6",
"datejs": "^1.0.0-rc3",
"dropbox": "^0.10.3",
"express": "^4.6.1",
"express-session": "^1.6.5",
"gravatar": "^1.0.6",
"he": "^1.1.0",
"helmet": "^0.6.0",
"highlight.js": "^9.5.0",
"hiredis": "^0.4.1",
"hogan-express": "^0.5.2",
"html-entities": "^1.1.2",
"html-minifier": "^0.7.2",
"imagemin": "^5.2.1",
"imagemin-jpeg-recompress": "^5.0.0",
"imagemin-mozjpeg": "^6.0.0",
"imagemin-pngquant": "^5.0.0",
"katex": "^0.1.1",
"lodash": "^2.4.1",
"mailgun-js": "^0.6.8",
"marked": "^0.3.5",
"mime": "^1.3.4",
"mkdirp": "^0.5.1",
"moment": "^2.14.1",
"moment-timezone": "^0.4.1",
"multiparty": "^4.1.1",
"mustache": "^1.0.0",
"node-schedule": "^0.1.16",
"probe-image-size": "^1.0.6",
"redis": "^0.11.0",
"reds": "^0.2.5",
"remarkable": "^1.6.0",
"request": "^2.72.0",
"rimraf": "^2.2.8",
"sanitize-html": "^1.3.0",
"sharp": "^0.15.0",
"stripe": "^2.9.0",
"transliteration": "^0.1.1",
"twemoji": "^1.2.0",
"twit": "^1.1.20",
"typeset": "^0.2.2",
"uglify-js": "^2.4.16",
"unorm": "^1.4.1",
"vhost": "^3.0.2"
},
"devDependencies": {
"minimist": "^1.2.0",
"ncp": "^2.0.0",
"node-watch": "^0.3.5",
"shelljs": "^0.3.0",
"single-line-log": "^1.1.1",
"zombie": "^2.5.1"
}
}