-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 895 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
{
"name": "pulverized",
"version": "1.3.1",
"description": "Utilize any compression algorithm with just a single module...",
"main": "index.js",
"scripts": {
"test": "node tests/basicTests.js",
"preinstall": "echo 'There is nothing to install here...\n\n'"
},
"repository": {
"type": "git",
"url": "git://github.com/ObjectifiedJS/Pulverized.git"
},
"keywords": [
"brotli",
"compress",
"compression",
"decompress",
"decompression",
"deflate",
"gzip",
"gunzip",
"inflate",
"unzip",
"zlib"
],
"license": "MIT",
"homepage": "https://github.com/ObjectifiedJS/Pulverized#readme",
"author": "Delmarc Eric Rosario <delmarc@uneek1.com> (http://www.uneek1.com/)",
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"bugs": {
"url": "https://github.com/ObjectifiedJS/Pulverized/issues"
}
}