FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
hexo/package.json at master · feicc/hexo · GitHub
feicc
/
hexo
Public
forked from
one3chens/hexo
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
30
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
hexo
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
74 lines (74 loc) · 1.76 KB
Breadcrumbs
hexo
/
package.json
Copy path
File metadata and controls
74 lines (74 loc) · 1.76 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name"
:
"
hexo
"
,
"version"
:
"
3.3.8
"
,
"description"
:
"
A fast, simple & powerful blog framework, powered by Node.js.
"
,
"main"
:
"
lib/hexo
"
,
"bin"
: {
"hexo"
:
"
./bin/hexo
"
},
"scripts"
: {
"eslint"
:
"
eslint .
"
,
"jscs"
:
"
jscs .
"
,
"test"
:
"
mocha test/index.js
"
,
"test-cov"
:
"
istanbul cover --print both _mocha -- test/index.js
"
},
"directories"
: {
"lib"
:
"
./lib
"
,
"bin"
:
"
./bin
"
},
"repository"
:
"
hexojs/hexo
"
,
"homepage"
:
"
https://hexo.io/
"
,
"keywords"
: [
"
website
"
,
"
blog
"
,
"
cms
"
,
"
framework
"
,
"
hexo
"
],
"author"
:
"
Tommy Chen <tommy351@gmail.com> (http://zespia.tw)
"
,
"maintainers"
: [
"
Abner Chou <hi@abnerchou.me> (http://abnerchou.me)
"
],
"license"
:
"
MIT
"
,
"dependencies"
: {
"abbrev"
:
"
^1.0.7
"
,
"archy"
:
"
^1.0.0
"
,
"bluebird"
:
"
^3.4.0
"
,
"chalk"
:
"
^1.1.3
"
,
"cheerio"
:
"
^0.20.0
"
,
"deep-assign"
:
"
^2.0.0
"
,
"hexo-cli"
:
"
^1.0.2
"
,
"hexo-front-matter"
:
"
^0.2.2
"
,
"hexo-fs"
:
"
^0.2.0
"
,
"hexo-i18n"
:
"
^0.2.1
"
,
"hexo-log"
:
"
^0.1.2
"
,
"hexo-util"
:
"
^0.6.0
"
,
"js-yaml"
:
"
^3.6.1
"
,
"lodash"
:
"
^4.13.1
"
,
"minimatch"
:
"
^3.0.0
"
,
"moment"
:
"
~2.13.0
"
,
"moment-timezone"
:
"
^0.5.4
"
,
"nunjucks"
:
"
^2.4.2
"
,
"pretty-hrtime"
:
"
^1.0.2
"
,
"strip-indent"
:
"
^1.0.1
"
,
"swig"
:
"
1.4.2
"
,
"swig-extras"
:
"
0.0.1
"
,
"text-table"
:
"
^0.2.0
"
,
"tildify"
:
"
^1.2.0
"
,
"titlecase"
:
"
^1.1.2
"
,
"warehouse"
:
"
^2.2.0
"
},
"devDependencies"
: {
"chai"
:
"
^3.5.0
"
,
"chai-as-promised"
:
"
^5.3.0
"
,
"eslint"
:
"
^2.12.0
"
,
"eslint-config-hexo"
:
"
^1.0.4
"
,
"hexo-renderer-marked"
:
"
^0.2.10
"
,
"istanbul"
:
"
^0.4.3
"
,
"jscs"
:
"
^3.0.4
"
,
"jscs-preset-hexo"
:
"
^1.0.1
"
,
"mocha"
:
"
^2.5.3
"
,
"rewire"
:
"
^2.5.1
"
,
"sinon"
:
"
^1.17.4
"
}
}
Back
|
FazBrowse Home
|
New Git URL