-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 756 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 756 Bytes
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
{
"name": "blogNodeJs",
"version": "1.0.0",
"description": "Ingesup - B3 : Dossier pour le TP noté NodeJs",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Stuooka/blogNodeJs.git"
},
"author": "Exlito, Stuooka, Loïmar",
"license": "ISC",
"bugs": {
"url": "https://github.com/Stuooka/blogNodeJs/issues"
},
"homepage": "https://github.com/Stuooka/blogNodeJs",
"dependencies": {
"body-parser": "^1.12.2",
"ejs": "^2.3.1",
"express": "^4.12.2",
"express-session": "^1.10.4",
"fs": "0.0.2",
"mongodb": "^1.4.34",
"mongoose": "^3.8.25",
"path": "^0.11.14",
"swig": "^1.4.2"
}
}