-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
38 lines (38 loc) · 953 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": "weird-side-of-youtube",
"version": "0.0.1",
"description": "A site to view weird YouTube videos",
"main": "app.js",
"scripts": {
"start": "webpack && node app.js "
},
"repository": {
"type": "git",
"url": "[email protected]:mmetro/WeirdSideofYouTube.git"
},
"homepage": "https://github.com/mmetro/WeirdSideofYouTube",
"author": "RCOS",
"license": "MIT",
"dependencies": {
"body-parser": "^1.16",
"chance": "^1.0.4",
"cookie-parser": "^1.4.3",
"ejs": "^2.5.5",
"errorhandler": "^1.5.0",
"express": "^4.14.1",
"express-session": "^1.15.0",
"mongoose": "^4.8.1",
"morgan": "^1.8.0",
"node-schedule": "^1.2.0",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^4.0.0",
"whatwg-fetch": "^2.0.3",
"youtube-player": "^4.2.2"
},
"private": true,
"devDependencies": {
"eslint": "^3.16.1",
"webpack": "^2.2.1"
}
}