cloudfront-sign
Version:
An Amazon CloudFront URL signer
30 lines (29 loc) • 666 B
JSON
{
"name": "cloudfront-sign",
"version": "1.0.7",
"description": "An Amazon CloudFront URL signer",
"author": "Lee Atkinson <lee@rocketindigo.com>",
"license": "Apache 2.0",
"main": "./lib/main.js",
"preferGlobal": "true",
"bin": {
"cfsign": "./bin/main.js"
},
"repository": {
"type": "git",
"url": "https://github.com/leeatkinson/CloudFrontSign.git"
},
"keywords": [
"Amazon",
"AWS",
"CloudFront",
"Signed URL"
],
"bugs": {
"url": "https://github.com/leeatkinson/CloudFrontSign/issues"
},
"homepage": "https://github.com/leeatkinson/CloudFrontSign",
"dependencies": {
"commander": "^2.3.0"
}
}