-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
68 lines (68 loc) · 1.69 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
{
"name": "kucos",
"version": "0.10.5",
"description": "Open source comments and kudos server for static websites",
"scripts": {
"dev": "node index.js",
"start": "NODE_ENV=production node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/skorotkiewicz/kucos.git"
},
"keywords": [
"opensource",
"comments",
"kudos",
"mongodb",
"mongoose",
"privacy",
"kucos"
],
"author": "Sebastian Korotkiewicz",
"license": "MIT",
"bugs": {
"url": "https://github.com/skorotkiewicz/kucos/issues"
},
"homepage": "https://github.com/skorotkiewicz/kucos#readme",
"dependencies": {
"akismet-api": "^5.0.0",
"async": "^3.1.0",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"debug": "latest",
"express": "^4.17.1",
"express-session": "^1.17.1",
"highlight.js": "^10.1.1",
"i18n": "^0.10.0",
"moment": "^2.27.0",
"mongoose": "latest",
"morgan": "^1.9.1",
"path": "^0.12.7",
"swig": "^1.4.2"
},
"devDependencies": {
"@babel/core": "^7.10.3",
"@babel/plugin-proposal-class-properties": "^7.10.1",
"@babel/preset-env": "^7.10.3",
"eslint": "^7.3.1",
"forever": "^1.0.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-clean": "^0.4.0",
"gulp-clean-css": "^4.3.0",
"gulp-cleanhtml": "^1.0.3",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^6.0.0",
"gulp-html-minifier": "^0.1.8",
"gulp-minify-css": "^1.2.4",
"gulp-rename": "^2.0.0",
"gulp-string-replace": "^1.1.2",
"gulp-strip-debug": "^3.0.0",
"gulp-uglify": "^3.0.2",
"gulp-uglify-es": "^2.0.0",
"jest": "^26.1.0",
"mocha": "^8.0.1",
"supertest": "^4.0.2"
}
}