FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
labstack-node/package.json at master · labstack/labstack-node · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
labstack
/
labstack-node
Public
Notifications
You must be signed in to change notification settings
Fork
2
Star
4
Code
Issues
1
Pull requests
8
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
labstack-node
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
29 lines (29 loc) · 646 Bytes
Breadcrumbs
labstack-node
/
package.json
Copy path
File metadata and controls
29 lines (29 loc) · 646 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
{
"name"
:
"
labstack
"
,
"version"
:
"
1.0.2
"
,
"description"
:
"
Official Node.js client library for the LabStack API
"
,
"main"
:
"
index.js
"
,
"scripts"
: {
"test"
:
"
ava
"
},
"repository"
: {
"type"
:
"
git
"
,
"url"
:
"
git+https://github.com/labstack/labstack-node.git
"
},
"keywords"
: [],
"author"
:
"
Vishal Rana <vr@labstack.com>
"
,
"license"
:
"
MIT
"
,
"bugs"
: {
"url"
:
"
https://github.com/labstack/labstack-node/issues
"
},
"homepage"
:
"
https://github.com/labstack/labstack-node#readme
"
,
"dependencies"
: {
"got"
:
"
^9.6.0
"
},
"engines"
: {
"node"
:
"
>= 10
"
},
"devDependencies"
: {
"ava"
:
"
^2.2.0
"
}
}
Back
|
FazBrowse Home
|
New Git URL