smartarchive/package.json
2016-01-20 03:50:46 +01:00

31 lines
733 B
JSON

{
"name": "remotezip",
"version": "1.0.2",
"description": "work with remote zip files",
"main": "index.js",
"scripts": {
"test": "(npmts)",
"testm": "(npm test) && (node test.js)"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pushrocks/remotezip.git"
},
"author": "Lossless Digital UG (haftungsbeschraenkt)",
"license": "MIT",
"bugs": {
"url": "https://github.com/pushrocks/remotezip/issues"
},
"homepage": "https://github.com/pushrocks/remotezip#readme",
"dependencies": {
"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"
}
}