FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
Advanced-JavaScript/package.json at master · erohin/Advanced-JavaScript · GitHub
erohin
/
Advanced-JavaScript
Public
forked from
ooade/Advanced-JavaScript
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
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
Advanced-JavaScript
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
21 lines (21 loc) · 517 Bytes
Breadcrumbs
Advanced-JavaScript
/
package.json
Copy path
File metadata and controls
21 lines (21 loc) · 517 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"
:
"
advanced-javascript
"
,
"version"
:
"
1.0.0
"
,
"description"
:
"
Advanced Javascript Documentation
"
,
"main"
:
"
start.js
"
,
"scripts"
: {
"test"
:
"
echo
\"
Error: no test specified
\"
&& exit 1
"
},
"repository"
: {
"type"
:
"
git
"
,
"url"
:
"
git+https://github.com/ooade/Advanced-JavaScript.git
"
},
"license"
:
"
ISC
"
,
"bugs"
: {
"url"
:
"
https://github.com/ooade/Advanced-JavaScript/issues
"
},
"homepage"
:
"
https://github.com/ooade/Advanced-JavaScript#readme
"
,
"devDependencies"
: {
"chalk"
:
"
^2.3.0
"
}
}
Back
|
FazBrowse Home
|
New Git URL