Showing
2 changed files
with
3 additions
and
2 deletions
1 | { | 1 | { |
2 | "name": "recommandactivity", | 2 | "name": "recommandactivity", |
3 | "version": "1.0.0", | 3 | "version": "1.0.0", |
4 | - "description": "", | ||
5 | "main": "main.js", | 4 | "main": "main.js", |
6 | "scripts": { | 5 | "scripts": { |
7 | "test": "echo \"Error: no test specified\" && exit 1" | 6 | "test": "echo \"Error: no test specified\" && exit 1" |
... | @@ -12,5 +11,7 @@ | ... | @@ -12,5 +11,7 @@ |
12 | "body-parser": "^1.20.0", | 11 | "body-parser": "^1.20.0", |
13 | "ejs": "^3.1.7", | 12 | "ejs": "^3.1.7", |
14 | "express": "^4.18.1" | 13 | "express": "^4.18.1" |
15 | - } | 14 | + }, |
15 | + "devDependencies": {}, | ||
16 | + "description": "" | ||
16 | } | 17 | } | ... | ... |
RecommendActivity/views/may.ejs
0 → 100644
File mode changed
-
Please register or login to post a comment