FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
FrontendMagazine.github.io/package.json at master · FrontendMagazine/FrontendMagazine.github.io · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
FrontendMagazine
/
FrontendMagazine.github.io
Public
Notifications
You must be signed in to change notification settings
Fork
23
Star
67
Code
Issues
1
Pull requests
3
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
FrontendMagazine.github.io
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
34 lines (34 loc) · 962 Bytes
Breadcrumbs
FrontendMagazine.github.io
/
package.json
Copy path
File metadata and controls
34 lines (34 loc) · 962 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
34
{
"name"
:
"
Frontend-Magazine
"
,
"title"
:
"
Frontend Magazine
"
,
"version"
:
"
1.0.0
"
,
"homepage"
:
"
http://qianduan.guru
"
,
"author"
:
"
island205@gmail.com
"
,
"devDependencies"
: {
"grunt"
:
"
~0.4.5
"
,
"grunt-banner"
:
"
~0.2.3
"
,
"grunt-contrib-less"
:
"
~0.11.4
"
,
"grunt-contrib-uglify"
:
"
~0.5.1
"
,
"grunt-contrib-watch"
:
"
~0.6.1
"
,
"gulp"
:
"
^3.9.1
"
,
"gulp-clean"
:
"
^0.3.2
"
,
"gulp-imagemin"
:
"
^2.4.0
"
,
"gulp-insert"
:
"
^0.5.0
"
,
"gulp-less"
:
"
^3.0.5
"
,
"gulp-minify-css"
:
"
^1.2.4
"
,
"gulp-qiniu"
:
"
^0.2.3
"
,
"gulp-scp"
:
"
0.0.3
"
,
"gulp-scp2"
:
"
^0.2.0
"
,
"gulp-uglify"
:
"
^1.5.3
"
,
"less"
:
"
^2.7.2
"
},
"repository"
: {
"type"
:
"
git
"
,
"url"
:
"
git@github.com:FrontendMagazine/FrontendMagazine.github.io.git
"
},
"scripts"
: {
"dev"
:
"
gulp clean & gulp watch & cd src; jekyll serve
"
,
"build"
:
"
gulp clean && gulp build && jekyll build -s rev
"
,
"pub"
:
"
gulp qiniu && gulp digitalocean
"
}
}
Back
|
FazBrowse Home
|
New Git URL