-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 819 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 819 Bytes
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": "bfam_rss",
"version": "1.0.0",
"description": "BFAM RSS Feeds",
"main": "index.js",
"scripts": {
"test": "mocha test",
"start": "node index.js",
"dev": "nodemon index.js"
},
"author": "Gian Lendl V. Bata",
"license": "ISC",
"dependencies": {
"body-parser": "^1.15.2",
"cookie-parser": "^1.4.3",
"ejs": "^2.4.2",
"express": "^4.14.0",
"express-jwt": "^3.4.0",
"express-session": "^1.14.0",
"feed-read": "0.0.1",
"html-truncate": "^1.2.1",
"jsonwebtoken": "^7.0.1",
"mongodb": "^2.1.18",
"mongoose": "^4.5.1",
"multer": "^1.1.0",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"serve-favicon": "^2.3.0"
},
"devDependencies": {
"mocha": "^2.5.3",
"node-inspector": "^0.12.8",
"nodemon": "^1.9.2"
}
}