This repository has been archived on 2020-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
TripSit_Suite/node_modules/http_ece/package.json
2020-11-01 22:46:04 +00:00

31 lines
755 B
JSON

{
"name": "http_ece",
"version": "1.1.0",
"description": "Encrypted Content-Encoding for HTTP",
"homepage": "https://github.com/martinthomson/encrypted-content-encoding",
"bugs": "https://github.com/martinthomson/encrypted-content-encoding/issues",
"author": {
"name": "Martin Thomson",
"email": "martin.thomson@gmail.com"
},
"contributors": [{
"name": "Marco Castelluccio",
"email": "mcastelluccio@mozilla.com"
}],
"repository": {
"type": "git",
"url": "https://github.com/martinthomson/encrypted-content-encoding.git"
},
"license": "MIT",
"main": "./ece.js",
"scripts": {
"test": "node ./test.js"
},
"engines": {
"node": ">=4"
},
"dependencies": {
"urlsafe-base64": "~1.0.0"
}
}