aboutsummaryrefslogtreecommitdiff
path: root/node_modules/adm-zip/package.json
blob: 6fda456e15a14fa532659552d1d1656bbff63267 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
    "name": "adm-zip",
    "version": "0.4.7",
    "description": "A Javascript implementation of zip for nodejs. Allows user to create or extract zip files both in memory or to/from disk",
    "keywords": [
        "zip",
        "methods",
        "archive",
        "unzip"
    ],
    "homepage": "http://github.com/cthackers/adm-zip",
    "author": "Nasca Iacob <sy@another-d-mention.ro> (https://github.com/cthackers)",
    "bugs": {
        "email": "sy@another-d-mention.ro",
        "url": "https://github.com/cthackers/adm-zip/issues"
    },
    "licenses": [
        {
            "type": "MIT",
            "url": "https://raw.github.com/cthackers/adm-zip/master/MIT-LICENSE.txt"
        }
    ],
    "files": [
        "adm-zip.js",
        "headers",
        "methods",
        "util",
        "zipEntry.js",
        "zipFile.js"
    ],
    "main": "adm-zip.js",
    "repository": {
        "type": "git",
        "url": "https://github.com/cthackers/adm-zip.git"
    },
    "engines": {
        "node": ">=0.3.0"
    }
}