FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
rest-api-nodejs-mongodb/package.json at master · cruzelx/rest-api-nodejs-mongodb · GitHub
cruzelx
/
rest-api-nodejs-mongodb
Public
forked from
maitraysuthar/rest-api-nodejs-mongodb
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
rest-api-nodejs-mongodb
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
36 lines (36 loc) · 917 Bytes
Breadcrumbs
rest-api-nodejs-mongodb
/
package.json
Copy path
File metadata and controls
36 lines (36 loc) · 917 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
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name"
:
"
rest-api-nodejs-mongodb
"
,
"version"
:
"
1.0.0
"
,
"private"
:
true
,
"scripts"
: {
"start"
:
"
node ./bin/www
"
,
"dev"
:
"
nodemon ./bin/www
"
,
"test"
:
"
nyc _mocha --timeout 10000 --exit --report lcovonly -- -R spec
"
,
"lint"
:
"
eslint --fix --config .eslintrc.json
\"
**/*.js
\"
"
},
"dependencies"
: {
"bcrypt"
:
"
^3.0.6
"
,
"codacy-coverage"
:
"
^3.4.0
"
,
"cookie-parser"
:
"
~1.4.3
"
,
"cors"
:
"
^2.8.5
"
,
"debug"
:
"
~2.6.9
"
,
"dotenv"
:
"
^8.2.0
"
,
"express"
:
"
~4.16.0
"
,
"express-jwt"
:
"
^5.3.1
"
,
"express-validator"
:
"
^6.2.0
"
,
"jsonwebtoken"
:
"
^8.5.1
"
,
"mocha-lcov-reporter"
:
"
^1.3.0
"
,
"moment"
:
"
^2.24.0
"
,
"mongoose"
:
"
^5.7.6
"
,
"morgan"
:
"
~1.9.0
"
,
"nodemailer"
:
"
^6.3.1
"
},
"devDependencies"
: {
"chai"
:
"
^4.2.0
"
,
"chai-http"
:
"
^4.3.0
"
,
"eslint"
:
"
^6.5.1
"
,
"mocha"
:
"
^6.2.2
"
,
"nodemon"
:
"
^1.19.4
"
,
"nyc"
:
"
^14.1.1
"
}
}
Back
|
FazBrowse Home
|
New Git URL