-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 785 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 785 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
{
"name": "micro-threads",
"version": "1.0.0",
"description": "Node Application to follow threads on micro.blog",
"scripts": {
"start": "node index.js"
},
"author": "Amit Gawande",
"license": "MIT",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.3",
"cheerio": "^1.0.0-rc.2",
"connect-flash": "^0.1.1",
"connect-redis": "^6.0.0",
"crypto-js": "^3.1.9-1",
"dotenv": "^10.0.0",
"express": "^4.16.3",
"express-handlebars": "^3.0.0",
"express-session": "^1.15.6",
"helmet": "^3.12.1",
"linkscrape": "^1.0.0",
"marked": "^0.4.0",
"method-override": "^3.0.0",
"mongoose": "^5.13.15",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"redis": "^3.1.2",
"request": "^2.87.0"
}
}