hexo/node_modules/promise-ftp-common/package.json

31 lines
771 B
JSON
Raw Normal View History

2023-10-03 11:14:36 +08:00
{
"name": "promise-ftp-common",
"description": "error classes and other common code used in promise-ftp and promise-sftp",
"version": "1.1.5",
"main": "index.js",
"author": "RealtyMaps",
"contributors": [
"Joe Ibershoff <joe@realtymaps.com>",
"Moti Zilberman <motiz88@gmail.com>"
],
"files": [
"dist",
"index.js"
],
"repository": {
"type": "git",
"url": "https://github.com/realtymaps/promise-ftp-common"
},
"devDependencies": {
"coffee-script": "1.x"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/realtymaps/promise-ftp-common/issues"
},
"scripts": {
"prepublish": "coffee --compile --output dist/ lib/",
"dev": "coffee --watch --output dist lib/"
}
}