21 lines
405 B
JSON
21 lines
405 B
JSON
{
|
|
"name": "hexo-deployer-ftp",
|
|
"version": "0.0.2",
|
|
"description": "FTP deployer plugin for Hexo",
|
|
"main": "index",
|
|
"keywords": ["hexo", "ftp"],
|
|
"author": "Florian Cargoët",
|
|
"repository" : {
|
|
"type": "git",
|
|
"url" : "http://github.com/floriancargoet/hexo-deployer-ftp.git"
|
|
},
|
|
"license": {
|
|
"type": "MIT"
|
|
},
|
|
"engines": {
|
|
"hexo": ">= 1.0.0"
|
|
},
|
|
"dependencies": {
|
|
}
|
|
}
|