hexo/node_modules/promise-ftp/package.json

50 lines
1.1 KiB
JSON
Raw Normal View History

2023-10-03 11:14:36 +08:00
{
"name": "promise-ftp",
"description": "a promise-based ftp client for node.js",
"version": "1.3.5",
"main": "index.js",
"author": "RealtyMaps",
"contributors": [
"Joe Ibershoff <joe@stimulating-solutions.com>",
"Moti Zilberman <motiz88@gmail.com>",
"Gabe Martin <gabema@gmail.com>"
],
"files": [
"dist",
"index.js"
],
"repository": {
"type": "git",
"url": "https://github.com/realtymaps/promise-ftp"
},
"keywords": [
"ftp",
"client",
"promise",
"node"
],
"dependencies": {
"bluebird": "2.x",
"@icetee/ftp": "^0.3.15",
"promise-ftp-common": "^1.1.5"
},
"devDependencies": {
"coffee-script": "1.x"
},
"peerDependencies": {
"promise-ftp-common": "^1.1.5"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/realtymaps/promise-ftp/issues"
},
"engines": {
"node": ">=0.11.13",
"iojs": "*"
},
"scripts": {
"prepublish": "coffee --compile --output dist/ lib/",
"dev": "coffee --watch --output dist lib/"
}
}