forked from wmsmacdonald/vcdiff-decoder
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Conform packaging file and apply Apache 2.0 license as we've made non…
…-trivial changes to this work. Correctness of Apache license being a superset of MIT nicely summarised here: https://opensource.stackexchange.com/a/7391
- Loading branch information
Quintin Willison
committed
Apr 27, 2020
1 parent
e8b865f
commit baebfe5
Showing
2 changed files
with
29 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,28 @@ | ||
{ | ||
"name": "@ably/vcdiff-decoder", | ||
"version": "1.0.2", | ||
"description": "Pure JavaScript vcdiff decoder that works with binary deltas from Google's open-vcdiff", | ||
"description": "Pure JavaScript Vcdiff decoder that works with binary deltas from Google's open-vcdiff", | ||
"license": "Apache-2.0", | ||
"homepage": "https://ably.io/", | ||
"main": "lib/vcdiff_decoder.js", | ||
"scripts": { | ||
"grunt": "./node_modules/grunt-cli/bin/grunt", | ||
"test": "./node_modules/grunt-cli/bin/grunt test:all" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/ably-forks/vcdiff-decoder.git" | ||
"grunt": "grunt", | ||
"test": "grunt test:all" | ||
}, | ||
"repository": "ably-forks/vcdiff-decoder.git", | ||
"keywords": [ | ||
"sdch", | ||
"delta", | ||
"cache", | ||
"decoding", | ||
"compression" | ||
"decoder", | ||
"compression", | ||
"Vcdiff", | ||
"diff" | ||
], | ||
"author": "William MacDonald", | ||
"author": "Ably Real-time Ltd <[email protected]>", | ||
"contributors": [ | ||
"William MacDonald", | ||
"Tsviatko Yovtchev <[email protected]> (https://codemerx.com)" | ||
], | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/ably-forks/vcdiff-decoder/issues" | ||
}, | ||
|
@@ -52,6 +52,5 @@ | |
"vcdiff": "baranov1ch/node-vcdiff", | ||
"webpack": "^4.42.1", | ||
"webpack-cli": "^3.3.11" | ||
}, | ||
"homepage": "https://github.com/ably-forks/vcdiff-decoder" | ||
} | ||
} |