-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 932 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
34
35
36
37
38
{
"name": "scrape-it",
"version": "1.0.0",
"description": "Web scraper, storing scrapes in MongoDB",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/leelandmiller/scrape-it.git"
},
"keywords": [
"mongodb",
"mongoose",
"web",
"scraper"
],
"author": "leelandmiller",
"license": "ISC",
"bugs": {
"url": "https://github.com/leelandmiller/scrape-it/issues"
},
"homepage": "https://github.com/leelandmiller/scrape-it#readme",
"dependencies": {
"body-parser": "^1.17.2",
"bootstrap": "^4.0.0-beta",
"cheerio": "^1.0.0-rc.2",
"express": "^4.15.4",
"express-handlebars": "^3.0.0",
"handlebars": "^4.0.10",
"jquery": "^3.2.1",
"method-override": "^2.3.9",
"mongoose": "^4.11.7",
"popper.js": "^1.12.3",
"request": "^2.81.0"
}
}