UNPKG

jag

Version:

pack files and folders with tar and gzip

33 lines (32 loc) 762 B
{ "name": "jag", "version": "1.0.11", "description": "pack files and folders with tar and gzip", "main": "lib/jag.js", "dependencies": { "checkup": "~1.3.0", "files-io": "~1.2.1", "fstream": "~1.0.3", "pipe-io": "~1.1.3", "tar": "~2.0.0" }, "devDependencies": {}, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/coderaiser/node-jag" }, "keywords": [ "pack", "tar", "gzip" ], "author": "coderaiser <mnemonic.enemy@gmail.com> (http://coderaiser.github.io/)", "license": "MIT", "bugs": { "url": "https://github.com/coderaiser/node-jag/issues" }, "homepage": "https://github.com/coderaiser/node-jag" }