UNPKG

1.83 kBJSONView Raw
1{
2 "name": "hexo",
3 "version": "3.4.2",
4 "description": "A fast, simple & powerful blog framework, powered by Node.js.",
5 "main": "lib/hexo",
6 "bin": {
7 "hexo": "./bin/hexo"
8 },
9 "scripts": {
10 "eslint": "eslint-ci .",
11 "jscs": "jscs .",
12 "test": "mocha test/index.js",
13 "test-cov": "istanbul cover --print both _mocha -- test/index.js"
14 },
15 "directories": {
16 "lib": "./lib",
17 "bin": "./bin"
18 },
19 "repository": "hexojs/hexo",
20 "homepage": "https://hexo.io/",
21 "keywords": [
22 "website",
23 "blog",
24 "cms",
25 "framework",
26 "hexo"
27 ],
28 "author": "Tommy Chen <tommy351@gmail.com> (http://zespia.tw)",
29 "maintainers": [
30 "Abner Chou <hi@abnerchou.me> (http://abnerchou.me)"
31 ],
32 "license": "MIT",
33 "dependencies": {
34 "abbrev": "^1.0.7",
35 "archy": "^1.0.0",
36 "bluebird": "^3.4.0",
37 "chalk": "^1.1.3",
38 "cheerio": "^0.20.0",
39 "deep-assign": "^2.0.0",
40 "hexo-cli": "^1.0.2",
41 "hexo-front-matter": "^0.2.2",
42 "hexo-fs": "^0.2.0",
43 "hexo-i18n": "^0.2.1",
44 "hexo-log": "^0.2.0",
45 "hexo-util": "^0.6.0",
46 "js-yaml": "^3.6.1",
47 "lodash": "^4.13.1",
48 "minimatch": "^3.0.0",
49 "moment": "^2.19.2",
50 "moment-timezone": "^0.5.14",
51 "nunjucks": "^2.4.2",
52 "pretty-hrtime": "^1.0.2",
53 "strip-indent": "^1.0.1",
54 "swig": "1.4.2",
55 "swig-extras": "0.0.1",
56 "text-table": "^0.2.0",
57 "tildify": "^1.2.0",
58 "titlecase": "^1.1.2",
59 "warehouse": "^2.2.0"
60 },
61 "devDependencies": {
62 "chai": "^4.1.2",
63 "chai-as-promised": "^7.1.1",
64 "eslint": "^2.12.0",
65 "eslint-ci": "^0.1.0",
66 "eslint-config-hexo": "^1.0.4",
67 "hexo-renderer-marked": "^0.2.10",
68 "istanbul": "^0.4.3",
69 "jscs": "^3.0.4",
70 "jscs-preset-hexo": "^1.0.1",
71 "mocha": "^4.0.1",
72 "rewire": "^2.5.1",
73 "sinon": "^4.1.2"
74 }
75}