forked from jasonsims/aws-cloudfront-sign
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 845 Bytes
/
package.json
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
{
"name": "aws-cloudfront-sign",
"version": "2.2.1",
"description": "Utility module for signing AWS CloudFront URLs",
"author": "Jason Sims <[email protected]>",
"contributors": [
{
"name": "Matt Palmerlee"
}
],
"main": "./lib/cloudfrontUtil.js",
"scripts": {
"test": "./node_modules/.bin/mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/jasonsims/aws-cloudfront-sign.git"
},
"keywords": [
"aws",
"CloudFront",
"signed URL"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/jasonsims/aws-cloudfront-sign/issues"
},
"dependencies": {
"lodash": "^4.17.21"
},
"tonicExampleFilename": "./examples/signedURL.js",
"devDependencies": {
"chai": "^2.2.0",
"mocha": "^2.2.1",
"moment": "^2.9.0",
"sinon": "^1.14.1"
}
}