-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 1.45 KB
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 1.45 KB
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
{
"name": "final-project-brndnchn",
"version": "1.0.0",
"description": "There are many forms of blogs and communications online from Facebook to Instragram to Reddit. However, it is difficult to share an indepth view of any passion an user has. Hobbist is a web app that acts as a blog for users with a focus on any hobbies they want to share in their many different mediums. User can register and login. Once they are logged in, they can create a blog post with optional fields such as descriptions, images, and guides. The user can view all other users' blogs, have a personalized feed through a follow function or a simple view all, or search for specific content. Users can also like and comment on posts in order for the community to thrive.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"server": "npm start --prefix server",
"client": "npm start --prefix client",
"dev": "concurrently \"npm run server\" \"npm run client\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/nyu-csci-ua-0467-001-002-fall-2022/final-project-brndnchn.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/nyu-csci-ua-0467-001-002-fall-2022/final-project-brndnchn/issues"
},
"homepage": "https://github.com/nyu-csci-ua-0467-001-002-fall-2022/final-project-brndnchn#readme",
"dependencies": {
"classnames": "^2.3.2",
"concurrently": "^7.5.0"
}
}