initial commit

This commit is contained in:
Florian Cargoët
2013-11-24 23:41:24 +01:00
commit c85c1a6a62
4 changed files with 130 additions and 0 deletions

17
package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "hexo-deployer-ftp",
"version": "0.0.1",
"description": "FTP deployer plugin for Hexo",
"main": "index",
"keywords": ["website", "blog", "cms", "framework", "hexo", "ftp"],
"author": "Florian Cargoët",
"repository" : "floriancargoet/hexo-deployer-ftp",
"license": {
"type": "MIT"
},
"engines": {
"hexo": ">= 1.0.0"
},
"dependencies": {
}
}