smartarchive/package.json

31 lines
733 B
JSON
Raw Normal View History

2016-01-18 18:38:55 +00:00
{
"name": "remotezip",
2016-01-20 02:50:46 +00:00
"version": "1.0.2",
2016-01-18 18:38:55 +00:00
"description": "work with remote zip files",
"main": "index.js",
"scripts": {
2016-01-18 21:17:24 +00:00
"test": "(npmts)",
"testm": "(npm test) && (node test.js)"
2016-01-18 18:38:55 +00:00
},
"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": {
2016-01-18 21:17:24 +00:00
"beautylog": "^2.0.2",
"gulp": "^3.9.0",
"gulp-remote-src": "^0.4.0",
"gulp-unzip": "^0.1.3",
"remotefile": "0.0.14"
2016-01-18 18:38:55 +00:00
},
"devDependencies": {
"npmts": "1.0.9"
}
}