forked from JoeyBling/hexo-filter-image
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 872 Bytes
/
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
{
"name": "hexo-filter-image",
"version": "1.2.3",
"description": "自动为hexo中的图片映射绝对路径 | Automatically maps absolute paths to images in hexo",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/JoeyBling/hexo-filter-image.git"
},
"bugs": "https://github.com/JoeyBling/hexo-filter-image/issues",
"homepage": "https://github.com/JoeyBling/hexo-filter-image",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "node ./postinstall.js"
},
"keywords": [
"hexo",
"plugin",
"image",
"asset",
"path",
"filter"
],
"author": {
"name": "JoeyBling",
"email": "2434387555@qq.com",
"url": "https://github.com/JoeyBling"
},
"license": "MIT",
"dependencies": {
"lodash": "^4.17.11",
"cheerio": "^0.19.0"
}
}