-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
43 lines (43 loc) · 1.05 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"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"
}
}