forked from jasonsims/aws-cloudfront-sign
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 925 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 925 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "@classuper/aws-cloudfront-sign",
"version": "2.2.2",
"description": "Utility module for signing AWS CloudFront URLs",
"author": "Alexey Kucherenko <alexei.kucherenko@gmail.com>",
"contributors": [
{
"name": "Jason Sims",
"email": "sims.jrobert@gmail.com"
},
{
"name": "Matt Palmerlee"
}
],
"main": "./lib/cloudfrontUtil.js",
"scripts": {
"test": "./node_modules/.bin/mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/classuper/aws-cloudfront-sign.git"
},
"keywords": [
"aws",
"CloudFront",
"signed URL"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/classuper/aws-cloudfront-sign/issues"
},
"tonicExampleFilename": "./examples/signedURL.js",
"devDependencies": {
"chai": "^4.2.0",
"lodash": "^4.17.20",
"mocha": "^8.2.0",
"moment": "^2.29.1",
"sinon": "^9.2.0"
}
}