-
Notifications
You must be signed in to change notification settings - Fork 39
/
package.json
61 lines (61 loc) · 1.49 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
{
"name": "meemo-app",
"version": "0.0.0",
"description": "A personal ideas, notes or links manager",
"main": "index.js",
"scripts": {
"test": "./runTests"
},
"repository": {
"type": "git",
"url": "https://github.com/nebulade/meemo.git"
},
"author": "",
"license": "MIT",
"readme": "README.md",
"dependencies": {
"async": "^3.2.5",
"body-parser": "^1.20.2",
"checksum": "^1.0.0",
"commander": "^9.4.1",
"connect-lastmile": "^2.2.0",
"connect-mongo": "^4.6.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"debug": "^4.3.4",
"express": "^4.18.3",
"express-openid-connect": "^2.17.1",
"express-session": "^1.18.0",
"markdown-it": "^13.0.1",
"markdown-it-checkbox": "^1.1.0",
"markdown-it-emoji": "^2.0.2",
"markdown-it-hashtag": "^0.4.0",
"mkdirp": "^1.0.4",
"mongodb": "^4.10.0",
"morgan": "^1.10.0",
"multer": "^1.4.4",
"rss": "^1.2.2",
"safetydance": "^2.4.0",
"serve-static": "^1.15.0",
"superagent": "^8.1.2",
"supererror": "^0.7.2",
"tar-fs": "^2.1.1",
"twemoji": "^14.0.2"
},
"devDependencies": {
"expect.js": "^0.3.1",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-cssnano": "^2.1.3",
"gulp-ejs": "^5.1.0",
"gulp-rename": "^2.0.0",
"gulp-run": "^1.7.1",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"jquery": "^3.7.1",
"mocha": "^10.3.0",
"sass": "^1.71.1",
"vue": "^1.0.21",
"yargs": "^17.7.2"
}
}