feature(pack) add ability pack and unpack folders

This commit is contained in:
coderaiser 2014-09-10 08:16:21 -04:00
parent 999fefa0e5
commit ff198223eb
3 changed files with 68 additions and 12 deletions

View file

@ -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",