UNPKG

jag

Version:

pack files and folders with tar and gzip

38 lines (37 loc) 845 B
{ "name": "jag", "version": "2.0.2", "description": "pack files and folders with tar and gzip", "main": "lib/jag.js", "dependencies": { "checkup": "~1.3.0", "eslint": "^4.0.0", "files-io": "^2.0.0", "fstream": "~1.0.3", "nyc": "^11.0.2", "pipe-io": "^3.0.0", "tar": "^4.0.1" }, "devDependencies": {}, "engines": { "node": ">=4" }, "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" }