UNPKG

631 BJSONView Raw
1{
2 "name": "hexo-migrator-wordpress",
3 "version": "0.0.5",
4 "description": "WordPress migrator plugin for Hexo",
5 "main": "index",
6 "repository": {
7 "type": "git",
8 "url": "git://github.com/tommy351/hexo-plugins.git"
9 },
10 "keywords": ["website", "blog", "cms", "framework", "hexo"],
11 "author": "Tommy Chen <tommy351@gmail.com> (http://zespia.tw)",
12 "license": {
13 "type": "MIT",
14 "url": "https://raw.github.com/tommy351/hexo/master/LICENSE"
15 },
16 "engines": {
17 "hexo": "*"
18 },
19 "dependencies": {
20 "xml2js": "*",
21 "request": "*",
22 "async": "*",
23 "underscore": "*",
24 "to-markdown": "*"
25 }
26}