github-pages-deploy-action/node_modules/aws-sign2/package.json

18 lines
496 B
JSON
Raw Normal View History

2020-03-31 20:42:07 +08:00
{
2020-03-31 20:57:48 +08:00
"author": "Mikeal Rogers <mikeal.rogers@gmail.com> (http://www.futurealoof.com)",
"name": "aws-sign2",
2020-03-31 20:42:07 +08:00
"description": "AWS signing. Originally pulled from LearnBoost/knox, maintained as vendor in request, now a standalone module.",
2020-03-31 20:57:48 +08:00
"version": "0.7.0",
"repository": {
"url": "https://github.com/mikeal/aws-sign"
2020-03-31 20:42:07 +08:00
},
"license": "Apache-2.0",
"main": "index.js",
2020-03-31 20:57:48 +08:00
"dependencies": {},
"devDependencies": {},
2020-03-31 20:42:07 +08:00
"optionalDependencies": {},
2020-03-31 20:57:48 +08:00
"engines": {
"node": "*"
}
2020-03-31 20:42:07 +08:00
}