UNPKG

761 BJSONView Raw
1{
2 "name": "jag",
3 "version": "1.0.5",
4 "description": "pack files and folders with tar and gzip",
5 "main": "lib/jag.js",
6 "dependencies": {
7 "checkup": "~1.0.2",
8 "files-io": "~1.2.1",
9 "fstream": "~1.0.3",
10 "pipe-io": "~1.1.3",
11 "tar": "~1.0.3"
12 },
13 "devDependencies": {},
14 "scripts": {
15 "test": "echo \"Error: no test specified\" && exit 1"
16 },
17 "repository": {
18 "type": "git",
19 "url": "https://github.com/coderaiser/node-jag"
20 },
21 "keywords": [
22 "pack",
23 "tar",
24 "gzip"
25 ],
26 "author": "coderaiser <mnemonic.enemy@gmail.com> (http://coderaiser.github.io/)",
27 "license": "MIT",
28 "bugs": {
29 "url": "https://github.com/coderaiser/node-jag/issues"
30 },
31 "homepage": "https://github.com/coderaiser/node-jag"
32}