This repository was archived by the owner on Feb 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
94 lines (94 loc) · 2.42 KB
/
package.json
File metadata and controls
94 lines (94 loc) · 2.42 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
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
92
93
94
{
"name": "blititer",
"version": "0.5.0",
"private": true,
"engines": {
"node": "~4.2.1 || ~0.12.0",
"iojs": ">=1.2.0"
},
"dependencies": {
"@flowjs/flow.js": "^2.13.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.3",
"bootstrap": "^4.1.3",
"bulma": "^0.7.2",
"bulma-extensions": "^4.0.0",
"cli-color": "^1.4.0",
"compression": "^1.7.3",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.3",
"errorhandler": "^1.5.0",
"express": "^4.16.4",
"express-device": "^0.4.2",
"express-mysql-session": "^2.0.1",
"express-routemap": "^1.1.0",
"express-session": "^1.15.6",
"express-status-monitor": "^1.2.3",
"express-validator": "^5.3.0",
"font-awesome": "^4.7.0",
"jimp": "^0.5.6",
"jquery": "^3.3.1",
"lusca": "^1.6.1",
"mailcomposer": "^4.0.2",
"mailgun-js": "^0.22.0",
"markdown-it": "^8.4.2",
"method-override": "^3.0.0",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"moment": "^2.22.2",
"morgan": "^1.9.1",
"multer": "^1.4.1",
"mysql": "^2.16.0",
"neo-async": "^2.6.0",
"nunjucks": "^3.1.4",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"popper.js": "^1.14.6",
"prompt": "^1.0.0",
"purecss": "^1.0.0",
"quilljs-renderer": "0.0.8",
"remove-markdown": "^0.3.0",
"request": "^2.88.0",
"semver": "^5.6.0",
"serve-favicon": "^2.5.0",
"sharp": "^0.21.0",
"socket.io": "^2.1.1",
"striptags": "^3.1.1",
"superagent": "^4.0.0-beta.5",
"useragent": "^2.3.0",
"uuid": "^3.3.2",
"winston": "^3.1.0"
},
"scripts": {
"dev": "nodemon core/index.js",
"prepare": "node core/setup.js all",
"setup": "node core/setup.js",
"start": "node core/index.js",
"prod": "echo \"set production\" && exit 0",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"express-print-routes": "^1.0.0"
},
"description": "Old School Web Site Template for All Web Agencies and Developers",
"main": "core/index.js",
"directories": {
"doc": "docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/soomtong/blititor.git"
},
"keywords": [
"blititor",
"web",
"service",
"template"
],
"author": "soomtong@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/soomtong/blititor/issues"
},
"homepage": "https://github.com/soomtong/blititor#readme"
}