UNPKG

hexo

Version:

A fast, simple & powerful blog framework, powered by Node.js.

65 lines (64 loc) 1.39 kB
{ "name": "hexo", "version": "2.5.1", "description": "A fast, simple & powerful blog framework, powered by Node.js.", "main": "lib/hexo", "bin": { "hexo": "./bin/hexo" }, "scripts": { "test": "grunt test" }, "directories": { "lib": "./lib", "bin": "./bin" }, "repository": { "type": "git", "url": "git://github.com/tommy351/hexo.git" }, "bugs": { "url": "https://github.com/tommy351/hexo/issues" }, "homepage": "http://hexo.io/", "keywords": [ "website", "blog", "cms", "framework", "hexo" ], "author": "Tommy Chen <tommy351@gmail.com> (http://zespia.tw)", "license": { "type": "MIT", "url": "https://raw.github.com/tommy351/hexo/master/LICENSE" }, "dependencies": { "async": "0.2.10", "express": "3.5.0", "ejs": "0.8.5", "stylus": "0.42.2", "nib": "1.0.2", "marked": "0.3.2", "moment": "2.5.1", "colors": "0.6.2", "highlight.js": "8.0.0", "yamljs": "0.1.4", "lodash": "2.4.1", "swig": "1.3.2", "graceful-fs": "2.0.2", "warehouse": "0.1.14", "sprintf-js": "0.0.7", "chokidar": "0.8.1", "minimist": "0.0.8" }, "devDependencies": { "mocha": "*", "chai": "*", "cheerio": "*", "load-grunt-tasks": "~0.3.0", "grunt": "~0.4.2", "grunt-contrib-watch": "~0.5.3", "grunt-contrib-jshint": "~0.8.0" } }