FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
phppan.github.io/package.json at main · phppan/phppan.github.io · GitHub
phppan
/
phppan.github.io
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
phppan.github.io
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
28 lines (28 loc) · 1.06 KB
Breadcrumbs
phppan.github.io
/
package.json
Copy path
File metadata and controls
28 lines (28 loc) · 1.06 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
{
"name"
:
"
phppan-blog
"
,
"title"
:
"
phppan Blog
"
,
"author"
:
"
卡神 <phppan.p@gmail.com>
"
,
"version"
:
"
1.7.0
"
,
"homepage"
:
"
http://phppan.github.io
"
,
"repository"
: {
"type"
:
"
git
"
,
"url"
:
"
https://github.com/phppan/phppan.github.io
"
},
"bugs"
:
"
https://github.com/phppan/phppan.github.io/issues
"
,
"devDependencies"
: {
"grunt"
:
"
~0.4.5
"
,
"grunt-contrib-less"
:
"
~0.11.4
"
,
"grunt-contrib-watch"
:
"
~0.6.1
"
,
"grunt-banner"
:
"
~0.2.3
"
,
"grunt-contrib-uglify"
:
"
~0.5.1
"
},
"scripts"
: {
"preview"
:
"
cd _site; python -m SimpleHTTPServer 8020
"
,
"py3view"
:
"
cd _site; python3 -m http.server 8020
"
,
"watch"
:
"
grunt watch & npm run preview & jekyll serve -w
"
,
"py3wa"
:
"
grunt watch & npm run py3view & jekyll serve -w
"
,
"boil"
:
"
git push boilerplate boilerplate:master
"
,
"push"
:
"
git push origin master --tag
"
,
"cafe"
:
"
git co gitcafe-pages; git merge master; git push gitcafe gitcafe-pages:gitcafe-pages --tag; git co master;
"
}
}
Back
|
FazBrowse Home
|
New Git URL