-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
64 lines (64 loc) · 1.72 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
{
"name": "saveto",
"version": "0.1.0",
"description": "Saveto.co by Koa",
"main": "app.js",
"scripts": {
"start": "./node_modules/.bin/nodemon app.js",
"gendoc": "./node_modules/.bin/jsdoc --configure jsdoc.json ./app app.js",
"test": "echo \"Error: no test specified\" && exit 1",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"keywords": [
"Quick",
"shorten",
"link",
"jslab",
"duyetdev",
"saveto",
"saveto.co"
],
"homepage": "https://saveto.co",
"repository": "git://github.com/saveto-co/saveto.git",
"author": "Van-Duyet Le <[email protected]>",
"license": "MIT",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"co": "^4.6.0",
"co-event": "^0.1.0",
"handlebars-intl": "^1.1.2",
"highlight.js": "^11.0.0",
"koa": "^2.2.0",
"koa-flash": "^1.0.0",
"koa-hbs": "^0.9.0",
"koa-helmet": "^8.0.0",
"koa-middlewares": "git+https://github.com/saveto-co/koa-middlewares.git",
"koa-passport": "^6.0.0",
"koa-router": "^13.0.0",
"koa-session": "^6.0.0",
"koa-static-cache": "^5.0.0",
"koa-static-folder": "^0.1.6",
"marked": "^15.0.0",
"marked-sanitized": "^1.0.0",
"mathjs": "^14.0.0",
"md5": "^2.0.0",
"mongo-sanitize": "^1.0.0",
"mongoose": "^8.0.0",
"node-metainspector": "git+https://github.com/duyetdev/node-metainspector.git",
"passport-github": "^1.1.0",
"passport-local": "^1.0.0",
"passport-remember-me": "0.0.1",
"pmx": "^1.0.0",
"randomstring": "^1.1.4",
"slug": "^10.0.0",
"validator": "^13.0.0",
"snyk": "^1.41.1"
},
"devDependencies": {
"jsdoc": "4.0.4",
"nodemon": "3.1.9",
"uglify-js": "3.19.3"
},
"snyk": true
}