Files
hexo-deployer-s3-plus/package.json
2013-11-24 23:46:57 +01:00

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": {
}
}