mirror of https://github.com/jkjoy/sunpeiwen.git
50 lines
1.0 KiB
JSON
50 lines
1.0 KiB
JSON
|
{
|
||
|
"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/"
|
||
|
}
|
||
|
}
|