Files
hexo-deployer-s3-plus/package.json
Florian Cargoët c85c1a6a62 initial commit
2013-11-24 23:41:24 +01:00

18 lines
385 B
JSON

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