-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
31 lines (31 loc) · 3.35 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
{
"name": "gleetimes",
"version": "1.0.0",
"description": "Please read the idea below properly before opening the app also every post in app has LISTEN NEWS feature, do check it out.<br> We tried to make UI simple and colourful as this App is made for catering only younger audience i.e. 6-10 years old kids.<br> <br> <b>Idea:</b> So we are aiming to start a positive news and media company for kids. Just imagine how does a 10-year-old kid would look at the world if he is seeing news tv channels 24x7 with his family every day. There are riots, pandemic, encounters, suicides and youtube is filled with objectionable content so a question arises do our kids really need to see all this? Yes, they do need to understand the concept of poverty, depression and pandemic but we don't need to bombard them with all the negative news and parents also don't have an option these channels, newspapers and twitter are the only sources for their updates and news.<br> <br> So we want to solve this problem, in simple words: We want to build a positive platform for kids to learn new things and see that this world is not bad at all, good things happen every day here. Most kids can hardly read so we have also attached listen to news feature with each article and speed of the audio can also be changed.<br><br> This is the video on how ADMINS add articles to the website: <br> <b>Hosted Link:</b> https://glee-hack.herokuapp.com <hr> <h2><b>Preview:</b></h2<br><br> <img src=\"https://github.com/shivambhatia5432/gleetimes/blob/master/screenshots/preview2_gif.gif\" width = 50%/><img src=\"https://github.com/shivambhatia5432/gleetimes/blob/master/screenshots/preview_gif.gif\" width = 50% /> <br> <h3><b>Here are some screenshots below :</h4></b> <h3><b>Homepage :</h3><b><br> <img src=\"https://github.com/shivambhatia5432/gleetimes/blob/master/screenshots/Home.png\" width = 80% height= 70%><br> <h3><b>All News Page :</h3><b><br> <img src=\"https://github.com/shivambhatia5432/gleetimes/blob/master/screenshots/ALL_NEWS.png\" width = 80% height= 70%><br> <h3><b>Post Page :</h3><b><br> <img src=\"https://github.com/shivambhatia5432/gleetimes/blob/master/screenshots/Post.png\" width = 80% height= 70%><br> <h3><b>Login Page :</h3><b><br> <img src=\"https://github.com/shivambhatia5432/gleetimes/blob/master/screenshots/Login.png\" width = 80% height= 70%><br> <h3><b>Register Page :</h3><b><br> <img src=\"https://github.com/shivambhatia5432/gleetimes/blob/master/screenshots/Register.png\" width = 80% height= 70%><br> <h3><b>Publish Page :</h3><b><br> <img src=\"https://github.com/shivambhatia5432/gleetimes/blob/master/screenshots/Publish.png\" width = 80% height= 70%><br>",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.19.0",
"ejs": "^3.1.3",
"express": "^4.17.1",
"express-session": "^1.17.1",
"mongoose": "^5.9.16",
"nodemon": "^2.0.4",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^6.0.1"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/shivambhatia5432/gleetimes.git"
},
"bugs": {
"url": "https://github.com/shivambhatia5432/gleetimes/issues"
},
"homepage": "https://github.com/shivambhatia5432/gleetimes#readme"
}