-
Notifications
You must be signed in to change notification settings - Fork 57
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 728 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 728 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
{
"name": "node-express-reddit-clone",
"version": "1.0.0",
"description": "ExpressJS-based Reddit Clone with MySQL and Jade for rendering",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/ziad-saab/node-express-reddit-clone.git"
},
"keywords": [],
"author": "Ziad Saab <ziad.saab@gmail.com>",
"license": "ISC",
"homepage": "https://github.com/ziad-saab/node-express-reddit-clone#readme",
"dependencies": {
"bcrypt": "^1.0.2",
"bcrypt-as-promised": "^1.1.0",
"body-parser": "^1.15.2",
"cookie-parser": "^1.4.3",
"express": "^4.14.0",
"morgan": "^1.7.0",
"mysql": "^2.13.0",
"promise-mysql": "^3.0.1",
"pug": "^2.0.0-beta6"
}
}