UNPKG

hexo-console-rename

Version:

Hexo console plug-in to rename post file according to its title

44 lines (43 loc) 1.08 kB
{ "name": "hexo-console-rename", "version": "3.0.0", "description": "Hexo console plug-in to rename post file according to its title ", "main": "lib/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/timnew/hexo-console-rename.git" }, "keywords": [ "hexo", "plugin", "rename", "timnew" ], "author": "timnew <timnew.wti@gmail.com> (https://timnew.github.io/)", "license": "MIT", "bugs": { "url": "https://github.com/timnew/hexo-console-rename/issues" }, "homepage": "https://github.com/timnew/hexo-console-rename", "dependencies": { "async": "^0.9.0", "colors": "^0.6.2", "glob": "^4.0.5", "graceful-fs": "^3.0.2", "hexo-front-matter": "^0.2.2", "hexo-fs": "^0.1.3", "hexo-util": "^0.1.6", "moment": "^2.8.1" }, "devDependencies": { "coffee-script": "^1.7.1", "del": "^0.1.2", "gulp": "^3.8.7", "gulp-bump": "^0.1.11", "gulp-coffee": "^2.1.1", "yargs": "^1.3.1" } }