| Index: third_party/json_minify/README.chromium
|
| diff --git a/third_party/json_minify/README.chromium b/third_party/json_minify/README.chromium
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..2d5cff310f2e1fa355eb6e41232c194d007ef206
|
| --- /dev/null
|
| +++ b/third_party/json_minify/README.chromium
|
| @@ -0,0 +1,14 @@
|
| +Name: JSON.minify
|
| +URL: https://github.com/getify/JSON.minify
|
| +and also https://github.com/kitcambridge/JSON.minify
|
| +Version: 0.1
|
| +License: MIT License
|
| +Security Critical: no
|
| +
|
| +Description:
|
| +A set of scripts that remove comments and whitespace from JSON files.
|
| +
|
| +Local Modifications:
|
| +- Added the __init__.py file for easier imports
|
| +- Got the (much faster) json-minify-sans-regexp.js file from the second
|
| + URL listed
|
|
|