-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 860 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
{
"name": "theunfiltedbubble",
"version": "1.0.0",
"description": "'news scraper that attempts to unfilter news content'",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Rye-Guy/theUnfiltedBubble.git"
},
"author": "Ryan Racioppo",
"license": "ISC",
"bugs": {
"url": "https://github.com/Rye-Guy/theUnfiltedBubble/issues"
},
"homepage": "https://github.com/Rye-Guy/theUnfiltedBubble#readme",
"dependencies": {
"bcrypt": "^3.0.0",
"body-parser": "^1.18.3",
"cheerio": "^1.0.0-rc.2",
"connect-mongo": "^2.0.1",
"express": "^4.16.3",
"express-handlebars": "^3.0.0",
"express-session": "^1.15.6",
"mongoose": "^5.2.10",
"node-localstorage": "^1.3.1",
"phantom": "^6.0.3"
}
}