mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-26 17:29:27 +00:00
feature(pack) add ability pack and unpack folders
This commit is contained in:
parent
999fefa0e5
commit
ff198223eb
3 changed files with 68 additions and 12 deletions
|
|
@ -28,6 +28,7 @@
|
|||
"console-io": "~1.6.5",
|
||||
"dropbox": "0.10.x",
|
||||
"express": "~4.8.2",
|
||||
"fstream": "~1.0.2",
|
||||
"http-auth": "2.1.x",
|
||||
"marked": "~0.3.2",
|
||||
"minify": "~1.0.0",
|
||||
|
|
@ -35,7 +36,8 @@
|
|||
"morgan": "~1.3.0",
|
||||
"ncp": "~0.6.0",
|
||||
"rimraf": "~2.2.6",
|
||||
"socket.io": "~1.1.0"
|
||||
"socket.io": "~1.1.0",
|
||||
"tar": "~1.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"gulp": "~3.8.x",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue