2 Star 0 Fork 0

mirrors_jprichardson/potter-wordpress

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 762 Bytes
一键复制 编辑 原始数据 按行查看 历史
JP Richardson 提交于 2012-11-05 01:04 . update package.json
{
"name": "pottercms-wordpress",
"version": "0.0.2",
"description": "You can use this tool to export your WordPress blog to static Markdown files.",
"homepage": [
""
],
"repository": {
"type": "git",
"url": "git://github.com/jprichardson/potter-wordpress.git"
},
"keywords": ["wordpress", "markdown"],
"author": "JP Richardson <jprichardson@gmail.com>",
"licenses": [
{
"type": "MIT",
"url": ""
}
],
"dependencies": {
"commander": "~1.0.5",
"colors": "~0.6.0-1",
"string": "~1.1.0",
"fs-extra": "0.3.x",
"wp2md": "0.0.x"
},
"devDependencies": {},
"scripts": {
"test": "mocha test"
},
"bin": {
"potter-wordpress": "./bin/potter-wordpress"
},
"preferGlobal": true
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_jprichardson/potter-wordpress.git
git@gitee.com:mirrors_jprichardson/potter-wordpress.git
mirrors_jprichardson
potter-wordpress
potter-wordpress
master

搜索帮助