FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
javascript-tutorial/package.json at master · amtech/javascript-tutorial · GitHub
amtech
/
javascript-tutorial
Public
forked from
wangdoc/javascript-tutorial
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
javascript-tutorial
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
38 lines (38 loc) · 1.09 KB
Breadcrumbs
javascript-tutorial
/
package.json
Copy path
File metadata and controls
38 lines (38 loc) · 1.09 KB
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
34
35
36
37
38
{
"name"
:
"
javascript-tutorial
"
,
"version"
:
"
0.0.1
"
,
"description"
:
"
JavaScript 教程
"
,
"main"
:
"
index.js
"
,
"directories"
: {
"doc"
:
"
docs
"
},
"scripts"
: {
"prepush"
:
"
npm update
"
,
"build"
:
"
loppo --site
\"
JavaScript 教程
\"
--id javascript --theme wangdoc
"
,
"build-and-commit"
:
"
npm run build && npm run commit
"
,
"commit"
:
"
gh-pages --dist dist --dest dist/javascript --branch master --add --repo git@github.com:wangdoc/website.git
"
,
"chapter"
:
"
loppo chapter
"
,
"test"
:
"
echo
\"
Error: no test specified
\"
&& exit 1
"
},
"repository"
: {
"type"
:
"
git
"
,
"url"
:
"
git+https://github.com/wangdoc/javascript-tutorial.git
"
},
"keywords"
: [
"
WangDoc
"
,
"
Tutorial
"
,
"
Document
"
],
"author"
:
"
Ruan Yifeng
"
,
"license"
:
"
Creative Commons Attribution-ShareAlike License
"
,
"bugs"
: {
"url"
:
"
https://github.com/wangdoc/javascript-tutorial/issues
"
},
"homepage"
:
"
https://github.com/wangdoc/javascript-tutorial
"
,
"dependencies"
: {
"gh-pages"
:
"
latest
"
,
"husky"
:
"
^0.14.3
"
,
"loppo"
:
"
latest
"
,
"loppo-theme-wangdoc"
:
"
latest
"
}
}
Back
|
FazBrowse Home
|
New Git URL