-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 922 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
{
"name": "all-the-news",
"version": "1.0.0",
"description": "mongodb://heroku_5hq49lj8:9depouatqb4g9kvivslmtqa5qn@ds133084.mlab.com:33084/heroku_5hq49lj8",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"engines": {
"node": "8.4.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nida7163/all-the-news.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/nida7163/all-the-news/issues"
},
"homepage": "https://github.com/nida7163/all-the-news#readme",
"dependencies": {
"body-parser": "^1.18.1",
"cheerio": "^1.0.0-rc.2",
"express": "^4.15.4",
"express-handlebars": "^3.0.0",
"handlebars": "^4.0.10",
"mongod": "^2.0.0",
"mongodb": "^2.2.31",
"mongoose": "^4.11.11",
"morgan": "^1.8.2",
"request": "^2.81.0"
}
}