forked from hexojs/hexo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 1.61 KB
/
package.json
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
{
"name": "hexo",
"version": "3.1.1",
"description": "A fast, simple & powerful blog framework, powered by Node.js.",
"main": "lib/hexo",
"bin": {
"hexo": "./bin/hexo"
},
"scripts": {
"test": "gulp test"
},
"directories": {
"lib": "./lib",
"bin": "./bin"
},
"engines": {
"node": ">= 0.10.0"
},
"repository": "hexojs/hexo",
"homepage": "http://hexo.io/",
"keywords": [
"website",
"blog",
"cms",
"framework",
"hexo"
],
"author": "Tommy Chen <tommy351@gmail.com> (http://zespia.tw)",
"license": "MIT",
"dependencies": {
"abbrev": "^1.0.5",
"archy": "^1.0.0",
"bluebird": "^2.9.8",
"bunyan": "^1.3.3",
"chalk": "^1.0.0",
"cheerio": "^0.19.0",
"hexo-cli": "^0.1.6",
"hexo-front-matter": "^0.2.1",
"hexo-fs": "^0.1.3",
"hexo-i18n": "^0.2.1",
"hexo-util": "^0.1.7",
"js-yaml": "^3.2.5",
"lodash": "^3.2.0",
"minimatch": "^2.0.1",
"moment": "~2.10.3",
"moment-timezone": "^0.3.0",
"nunjucks": "^1.3.3",
"pretty-hrtime": "^1.0.0",
"strip-indent": "^1.0.0",
"swig": "1.4.2",
"swig-extras": "0.0.1",
"text-table": "^0.2.0",
"through2": "^1.1.1",
"tildify": "^1.0.0",
"titlecase": "^1.0.2",
"warehouse": "^1.0.2"
},
"devDependencies": {
"chai": "^2.2.0",
"coveralls": "^2.11.2",
"del": "^1.1.1",
"gulp": "^3.8.9",
"gulp-istanbul": "^0.9.0",
"gulp-jshint": "^1.8.6",
"gulp-load-plugins": "^0.10.0",
"gulp-mocha": "^2.0.0",
"hexo-renderer-marked": "^0.2.3",
"jshint-stylish": "^1.0.0",
"mocha": "^2.0.1",
"sinon": "^1.12.2"
}
}