This commit is contained in:
2017-03-12 22:16:48 +01:00
parent 13c82ce689
commit a602c68d8b
20 changed files with 1137 additions and 2251 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "remotezip",
"name": "smartarchive",
"version": "1.0.3",
"description": "work with remote zip files",
"main": "index.js",
@@ -9,22 +9,20 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/pushrocks/remotezip.git"
"url": "git+https://github.com/pushrocks/smartarchive.git"
},
"author": "Lossless Digital UG (haftungsbeschraenkt)",
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
"url": "https://github.com/pushrocks/remotezip/issues"
"url": "https://github.com/pushrocks/smartarchive/issues"
},
"homepage": "https://github.com/pushrocks/remotezip#readme",
"homepage": "https://github.com/pushrocks/smartarchive#readme",
"dependencies": {
"beautylog": "^3.1.2",
"gulp": "^3.9.1",
"gulp-remote-src": "^0.4.1",
"gulp-unzip": "^0.1.3",
"remotefile": "0.0.14"
"beautylog": "^6.1.5",
"gulp-unzip": "^0.2.0",
"smartfile": "^4.1.8",
"smartpath": "^3.2.8"
},
"devDependencies": {
"npmts": "3.5.0"
}
}