-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.05 KB
/
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": "kitsune-br-gzip-compression-lib",
"version": "1.0.0",
"description": "Kitsune brotli and gzip compression utils library for nodejs",
"main": "index.js",
"type": "module",
"scripts": {
"start": "node index.js",
"debug": "nodemon index.js"
},
"dependencies": {
"base64-js": "^1.5.1",
"brotli": "^1.3.2",
"inherits": "^2.0.4",
"path": "^0.12.7",
"process": "^0.11.10",
"util": "^0.12.3",
"zlib": "^1.0.5"
},
"devDependencies": {
"nodemon": "^2.0.7"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nowfloats/kitsune-br-gzip-compression-lib.git"
},
"author": {
"team": "KitSune Development Team",
"name": "Devesh Kumar",
"email": "[email protected]"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/nowfloats/kitsune-br-gzip-compression-lib/issues"
},
"homepage": "https://github.com/nowfloats/kitsune-br-gzip-compression-lib#readme"
}