-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 833 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
{
"name": "super-duper-winner",
"version": "1.0.0",
"description": "An API built for a social media platform using MongoDB, Mongoose, and Express. This API has support for Users, Friends, Thoughts, and Reactions.",
"main": "server.js",
"dependencies": {
"express": "^4.17.1",
"install": "^0.13.0",
"moment": "^2.29.1",
"mongoose": "^5.13.2"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WayneEdwards/super-duper-winner.git"
},
"author": "Wayne Edwards",
"license": "ISC",
"bugs": {
"url": "https://github.com/WayneEdwards/super-duper-winner/issues"
},
"homepage": "https://github.com/WayneEdwards/super-duper-winner#readme"
}