@wenbo/fis3-deploy-zip
Version:
zip compress for fis3 deploy
34 lines (33 loc) • 734 B
JSON
{
"name": "@wenbo/fis3-deploy-zip",
"version": "1.0.0",
"description": "zip compress for fis3 deploy",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fex-team/fis3-deploy-zip.git"
},
"keywords": [
"fis3",
"zip",
"deploy"
],
"author": "fis",
"license": "MIT",
"bugs": {
"url": "https://github.com/fex-team/fis3-deploy-zip/issues"
},
"homepage": "https://github.com/fex-team/fis3-deploy-zip",
"publishConfig": {
"access": "public"
},
"dependencies": {
"archiver": "^1.0.0",
"concat-stream": "1.4.8",
"lodash": "4.17.10"
},
"devDependencies": {}
}