Skip to content

Commit

Permalink
Update package.json for @pdf-lib/brotli.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Hopding committed Dec 19, 2018
1 parent 2a62381 commit 130cea7
Showing 1 changed file with 19 additions and 17 deletions.
36 changes: 19 additions & 17 deletions package.json
@@ -1,32 +1,34 @@
{
"name": "brotli",
"version": "1.3.2",
"name": "@pdf-lib/brotli",
"version": "0.0.0",
"description": "A port of the Brotli compression algorithm as used in WOFF2",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"dependencies": {
"base64-js": "^1.1.2"
},
"devDependencies": {
"mocha": "^2.2.1"
},
"repository": {
"type": "git",
"url": "https://github.com/devongovett/brotli.js.git"
"url": "https://github.com/Hopding/brotli.js.git"
},
"keywords": [
"compress",
"decompress",
"encode",
"decode"
],
"author": "Devon Govett <devongovett@gmail.com>",
"license": "MIT",
"author": "Andrew Dillon <andrew.dillon.j@gmail.com>",
"contributors": [
"Devon Govett <devongovett@gmail.com> (http://badassjs.com/)"
],
"bugs": {
"url": "https://github.com/devongovett/brotli.js/issues"
"url": "https://github.com/Hopding/brotli.js/issues"
},
"homepage": "https://github.com/devongovett/brotli.js",
"dependencies": {
"base64-js": "^1.1.2"
},
"devDependencies": {
"mocha": "^2.2.1"
},
"scripts": {
"test": "mocha",
"prepublish": "make"
}
"license": "MIT",
"homepage": "https://github.com/Hopding/brotli.js"
}

0 comments on commit 130cea7

Please sign in to comment.