FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
angular_node_auth_using_jwt/package.json at master · logesh87/angular_node_auth_using_jwt · GitHub
logesh87
/
angular_node_auth_using_jwt
Public
forked from
logesh-kumar/angular_node_auth_using_jwt
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
angular_node_auth_using_jwt
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
21 lines (21 loc) · 439 Bytes
Breadcrumbs
angular_node_auth_using_jwt
/
package.json
Copy path
File metadata and controls
21 lines (21 loc) · 439 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"
:
"
jwt
"
,
"version"
:
"
0.0.0
"
,
"description"
:
"
"
,
"main"
:
"
app.js
"
,
"scripts"
: {
"test"
:
"
echo
\"
Error: no test specified
\"
&& exit 1
"
,
"start"
:
"
node server.js
"
},
"author"
:
"
"
,
"license"
:
"
ISC
"
,
"dependencies"
: {
"body-parser"
:
"
^1.10.0
"
,
"cors"
:
"
^2.5.2
"
,
"express"
:
"
^4.10.5
"
,
"express-jwt"
:
"
^0.5.1
"
,
"faker"
:
"
^2.1.1
"
,
"jsonwebtoken"
:
"
^1.3.0
"
,
"urlencode"
:
"
^0.2.0
"
}
}
Back
|
FazBrowse Home
|
New Git URL