-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 852 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 852 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
31
32
33
34
{
"name": "projectWiki",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/sleepylemur/projectWiki.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/sleepylemur/projectWiki/issues"
},
"homepage": "https://github.com/sleepylemur/projectWiki",
"dependencies": {
"body-parser": "^1.12.2",
"connect-mongo": "^0.8.0",
"ejs": "^2.3.1",
"express": "^4.12.3",
"express-session": "^1.11.1",
"marked": "^0.3.3",
"method-override": "^2.3.2",
"mustache": "^2.0.0",
"nodemailer": "^1.3.4",
"nodemailer-smtp-transport": "^1.0.2",
"request": "^2.55.0",
"sqlite3": "^3.0.5"
}
}