now working

This commit is contained in:
2016-01-18 22:17:24 +01:00
parent 228a913e36
commit 11464d2eee
7 changed files with 92 additions and 5 deletions

View File

@@ -4,7 +4,8 @@
"description": "work with remote zip files",
"main": "index.js",
"scripts": {
"test": "(npmts)"
"test": "(npmts)",
"testm": "(npm test) && (node test.js)"
},
"repository": {
"type": "git",
@@ -17,7 +18,11 @@
},
"homepage": "https://github.com/pushrocks/remotezip#readme",
"dependencies": {
"remotefile": "0.0.13"
"beautylog": "^2.0.2",
"gulp": "^3.9.0",
"gulp-remote-src": "^0.4.0",
"gulp-unzip": "^0.1.3",
"remotefile": "0.0.14"
},
"devDependencies": {
"npmts": "1.0.9"