FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
JavaScriptIssuesStudy/package.json at master · khakurel/JavaScriptIssuesStudy · GitHub
khakurel
/
JavaScriptIssuesStudy
Public
forked from
marijaselakovic/JavaScriptIssuesStudy
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
JavaScriptIssuesStudy
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
19 lines (19 loc) · 406 Bytes
Breadcrumbs
JavaScriptIssuesStudy
/
package.json
Copy path
File metadata and controls
19 lines (19 loc) · 406 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
{
"name"
:
"
jsexecutor
"
,
"version"
:
"
0.0.1
"
,
"description"
:
"
Simple tool that measures the execution time of js
"
,
"author"
:
"
Marija Selakovic
"
,
"engines"
: {
"node"
:
"
>=0.10
"
},
"dependencies"
: {
"commander"
:
"
^2.5.0
"
,
"simple-statistics"
:
"
^0.9.0
"
,
"ps-tree"
:
"
1.0.0
"
,
"express"
:
"
4.13.3
"
,
"body-parser"
:
"
1.13.3
"
},
"bin"
: {
"jsexecutor"
:
"
jsexecutor.js
"
}
}
Back
|
FazBrowse Home
|
New Git URL