UNPKG

1.99 kBJSONView Raw
1{
2 "name": "hexo",
3 "version": "3.8.0",
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 "test": "mocha test/index.js",
12 "test-cov": "istanbul cover --print both _mocha -- test/index.js",
13 "precommit": "lint-staged",
14 "lint-staged": "lint-staged"
15 },
16 "directories": {
17 "lib": "./lib",
18 "bin": "./bin"
19 },
20 "repository": "hexojs/hexo",
21 "homepage": "https://hexo.io/",
22 "keywords": [
23 "website",
24 "blog",
25 "cms",
26 "framework",
27 "hexo"
28 ],
29 "author": "Tommy Chen <tommy351@gmail.com> (http://zespia.tw)",
30 "maintainers": [
31 "Abner Chou <hi@abnerchou.me> (http://abnerchou.me)"
32 ],
33 "license": "MIT",
34 "dependencies": {
35 "abbrev": "^1.0.7",
36 "archy": "^1.0.0",
37 "bluebird": "^3.4.0",
38 "chalk": "^2.3.1",
39 "cheerio": "0.22.0",
40 "hexo-cli": "^1.1.0",
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.3",
46 "js-yaml": "^3.6.1",
47 "lodash": "^4.17.5",
48 "minimatch": "^3.0.4",
49 "moment": "^2.19.4",
50 "moment-timezone": "^0.5.14",
51 "nunjucks": "^3.1.2",
52 "pretty-hrtime": "^1.0.2",
53 "resolve": "^1.5.0",
54 "strip-ansi": "^4.0.0",
55 "strip-indent": "^2.0.0",
56 "swig-extras": "0.0.1",
57 "swig-templates": "^2.0.2",
58 "text-table": "^0.2.0",
59 "tildify": "^1.2.0",
60 "titlecase": "^1.1.2",
61 "warehouse": "^2.2.0"
62 },
63 "devDependencies": {
64 "@easyops/git-exec-and-restage": "^1.0.4",
65 "chai": "^4.1.2",
66 "chai-as-promised": "^7.1.1",
67 "eslint": "^4.13.1",
68 "eslint-ci": "^0.1.1",
69 "eslint-config-hexo": "^3.0.0",
70 "hexo-renderer-marked": "^0.3.0",
71 "husky": "^0.14.3",
72 "istanbul": "^0.4.3",
73 "lint-staged": "^7.0.0",
74 "mocha": "^5.0.5",
75 "rewire": "^3.0.2",
76 "sinon": "^4.1.2"
77 },
78 "engines": {
79 "node": ">=6.9.0"
80 }
81}