-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 871 Bytes
/
package.json
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
{
"name": "mongo_scraper",
"version": "1.0.0",
"description": "Mongo Scraper web app that lets users view and leave comments on the latest news articles",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rocksteadyrose/mongo_scraper.git"
},
"keywords": [
"mongo",
"scraper"
],
"author": "Leslie Rose",
"license": "ISC",
"bugs": {
"url": "https://github.com/rocksteadyrose/mongo_scraper/issues"
},
"homepage": "https://github.com/rocksteadyrose/mongo_scraper#readme",
"dependencies": {
"axios": "^0.18.0",
"body-parser": "^1.18.3",
"cheerio": "^1.0.0-rc.2",
"express": "^4.16.3",
"express-handlebars": "^3.0.0",
"mongoose": "^5.1.8",
"morgan": "^1.9.0",
"request": "^2.87.0"
}
}