UNPKG

1.1 kBJSONView Raw
1{
2 "name": "hexo-cli",
3 "version": "0.1.5",
4 "description": "Command line interface for Hexo",
5 "main": "lib/index",
6 "bin": {
7 "hexo": "./bin/hexo"
8 },
9 "scripts": {
10 "test": "gulp test"
11 },
12 "directories": {
13 "lib": "./lib",
14 "bin": "./bin"
15 },
16 "engines": {
17 "node": ">= 0.10.0"
18 },
19 "repository": "hexojs/hexo-cli",
20 "homepage": "http://hexo.io/",
21 "keywords": [
22 "website",
23 "blog",
24 "cms",
25 "framework",
26 "hexo",
27 "cli"
28 ],
29 "author": "Tommy Chen <tommy351@gmail.com> (http://zespia.tw)",
30 "license": "MIT",
31 "dependencies": {
32 "abbrev": "^1.0.5",
33 "bluebird": "^2.9.8",
34 "chalk": "^1.0.0",
35 "hexo-fs": "^0.1.3",
36 "minimist": "^1.1.0",
37 "tildify": "^1.0.0"
38 },
39 "devDependencies": {
40 "chai": "^1.9.1",
41 "coveralls": "^2.11.2",
42 "del": "^1.1.1",
43 "gulp": "^3.8.9",
44 "gulp-istanbul": "^0.5.0",
45 "gulp-jshint": "^1.8.6",
46 "gulp-load-plugins": "^0.8.0",
47 "gulp-mocha": "^2.0.0",
48 "hexo-renderer-marked": "^0.2.3",
49 "jshint-stylish": "^1.0.0",
50 "mocha": "^2.0.1",
51 "sinon": "^1.12.2"
52 }
53}