FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
micro-github/package.json at master · mxstbr/micro-github · GitHub
mxstbr
/
micro-github
Public
Notifications
You must be signed in to change notification settings
Fork
39
Star
721
Code
Issues
2
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
micro-github
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
33 lines (33 loc) · 810 Bytes
Breadcrumbs
micro-github
/
package.json
Copy path
File metadata and controls
33 lines (33 loc) · 810 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
{
"name"
:
"
micro-github
"
,
"version"
:
"
1.0.0
"
,
"description"
:
"
"
,
"main"
:
"
index.js
"
,
"scripts"
: {
"start"
:
"
micro
"
,
"dev"
:
"
nodemon --exec
\"
npm start
\"
-e
\"
js
\"
"
,
"test"
:
"
standard
"
},
"repository"
: {
"type"
:
"
git
"
,
"url"
:
"
git+https://github.com/mxstbr/micro-github.git
"
},
"author"
:
"
Max Stoiber <contact@mxstbr.com> (http://mxstbr.com/)
"
,
"license"
:
"
MIT
"
,
"bugs"
: {
"url"
:
"
https://github.com/mxstbr/micro-github/issues
"
},
"homepage"
:
"
https://github.com/mxstbr/micro-github.git#readme
"
,
"dependencies"
: {
"axios"
:
"
^0.15.3
"
,
"dotenv"
:
"
^4.0.0
"
,
"micro"
:
"
^6.2.1
"
,
"micro-redirect"
:
"
^1.0.0
"
,
"microrouter"
:
"
^2.0.1
"
,
"uid-promise"
:
"
^0.1.0
"
},
"devDependencies"
: {
"nodemon"
:
"
^1.11.0
"
,
"standard"
:
"
^8.6.0
"
}
}
Back
|
FazBrowse Home
|
New Git URL