-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
37 lines (37 loc) · 872 Bytes
/
package.json
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
{
"name": "zip",
"version": "1.2.0",
"description": "An implementation of unzip for JavaScript",
"keywords": [
"zip",
"compression"
],
"homepage": "http://github.com/kriskowal/zip",
"author": "Kris Kowal <kris@cixar.com> (https://github.com/kriskowal)",
"contributors": [
"Tom Robinson (http://tlrobinson.net/)",
"Kris Kowal <kris@cixar.com> (http://github.com/kriskowal/)",
"Helios <helios.alonso@gmail.com>"
],
"bugs": {
"email": "kris@cixar.com",
"url": "http://github.com/kriskowal/zip/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/kriskowal/zip/raw/master/LICENSE"
}
],
"main": "zip.js",
"repository": {
"type": "git",
"url": "git://github.com/kriskowal/zip.git"
},
"scripts": {
"test": "node test"
},
"dependencies": {
"bops": "~1.0.0"
}
}