This commit is contained in:
2017-03-12 22:35:36 +01:00
parent 3fe1a78bd9
commit 00bfb6535a
18 changed files with 1278 additions and 136 deletions

View File

@@ -2,7 +2,8 @@
"name": "smartarchive",
"version": "1.0.3",
"description": "work with archives",
"main": "index.js",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "(npmts)",
"testm": "(npm test) && (node test.js)"
@@ -18,11 +19,13 @@
},
"homepage": "https://github.com/pushrocks/smartarchive#readme",
"dependencies": {
"@types/gulp": "^4.0.0",
"beautylog": "^6.1.5",
"gulp": "^3.9.1",
"gulp-remote-src": "^0.4.2",
"gulp-unzip": "^0.2.0",
"smartfile": "^4.1.8",
"smartpath": "^3.2.8"
},
"devDependencies": {
}
"devDependencies": {}
}