-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1 KB
/
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
39
40
41
42
43
44
45
46
47
{
"//1": "describes your app and its dependencies",
"//2": "https://docs.npmjs.com/files/package.json",
"//3": "updating this file will download and update your packages",
"name": "newshound",
"version": "0.0.1",
"description": "tbd",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"bluebird": "^3.4.1",
"body-parser": "^1.15.2",
"cheerio": "*",
"cookie-parser": "^1.4.3",
"cors": "^2.7.1",
"csurf": "^1.9.0",
"date-fns": "^1.29.0",
"dotenv": "^4.0.0",
"express": "^5.0.0-alpha.2",
"express-handlebars": "^3.0.0",
"helmet": "^2.1.2",
"method-override": "^2.3.10",
"morgan": "^1.7.0",
"request": "*",
"request-promise": "^4.2.2",
"serve-favicon": "^2.3.0",
"winston": "^2.2.0"
},
"devDependencies": {
"nodemon": "*"
},
"engines": {
"node": "*"
},
"repository": {
"type": "git",
"url": ""
},
"keywords": [
"node",
"glitch",
"express"
],
"license": "MIT"
}