FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
Nodejs-REST-API/package.json at master · John-Miracle/Nodejs-REST-API · GitHub
John-Miracle
/
Nodejs-REST-API
Public
forked from
trulymittal/Nodejs-REST-API
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
Nodejs-REST-API
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
21 lines (21 loc) · 407 Bytes
Breadcrumbs
Nodejs-REST-API
/
package.json
Copy path
File metadata and controls
21 lines (21 loc) · 407 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name"
:
"
restapi_youtube
"
,
"version"
:
"
1.0.0
"
,
"description"
:
"
Youtube Tutorial
"
,
"main"
:
"
app.js
"
,
"scripts"
: {
"start"
:
"
node app.js
"
,
"dev"
:
"
nodemon app.js
"
},
"author"
:
"
Me
"
,
"license"
:
"
ISC
"
,
"dependencies"
: {
"dotenv"
:
"
^8.2.0
"
,
"express"
:
"
^4.17.1
"
,
"http-errors"
:
"
^1.7.3
"
,
"mongoose"
:
"
^5.7.13
"
},
"devDependencies"
: {
"nodemon"
:
"
^2.0.6
"
}
}
Back
|
FazBrowse Home
|
New Git URL