UNPKG

@a1motion/aws-cloudfront-sign

Version:

Utility module for signing AWS CloudFront URLs

37 lines (36 loc) 829 B
{ "name": "@a1motion/aws-cloudfront-sign", "version": "2.3.0", "description": "Utility module for signing AWS CloudFront URLs", "author": "Jason Sims <sims.jrobert@gmail.com>", "contributors": [ { "name": "Matt Palmerlee" } ], "main": "./lib/cloudfrontUtil.js", "scripts": { "test": "./node_modules/.bin/mocha" }, "repository": { "type": "git", "url": "https://github.com/a1motion/aws-cloudfront-sign.git" }, "keywords": [ "aws", "CloudFront", "signed URL" ], "license": "MIT", "bugs": { "url": "https://github.com/a1motion/aws-cloudfront-sign/issues" }, "tonicExampleFilename": "./examples/signedURL.js", "devDependencies": { "chai": "^2.2.0", "lodash": "^4.17.15", "mocha": "^2.2.1", "moment": "^2.9.0", "sinon": "^1.14.1" } }