-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 765 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 765 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
{
"name": "s3-post-policy",
"version": "2.2.0",
"description": "A POST policy generator for S3 using AWS Signature Version 4",
"main": "lib/index.js",
"directories": {
"test": "test"
},
"dependencies": {
"aws4-signature": "^1.0.1",
"clone": "^0.2.0",
"joi": "^5.1.0",
"url-template": "^2.0.4"
},
"devDependencies": {},
"scripts": {
"test": "node test/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/jbuck/s3-post-policy.git"
},
"keywords": [
"s3",
"post",
"aws"
],
"author": "Jon Buckley <jon@jbuckley.ca>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/jbuck/s3-post-policy/issues"
},
"homepage": "https://github.com/jbuck/s3-post-policy"
}