cloudfront-signer
Version:
Sign urls for AWS CloudFront
30 lines (29 loc) • 646 B
JSON
{
"name": "cloudfront-signer",
"version": "4.1.0",
"description": "Sign urls for AWS CloudFront",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/caub/cloudfront-signer.git"
},
"keywords": [
"AWS",
"CloudFront",
"Sign",
"URL"
],
"author": "Cyril Auburtin <cyril.auburtin@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/caub/cloudfront-signer/issues"
},
"homepage": "https://github.com/caub/cloudfront-signer#readme",
"scripts": {
"test": "node test/"
},
"dependencies": {},
"devDependencies": {
"aws-sdk": "^2.95.0"
}
}