github-pages-deploy-action/node_modules/oauth-sign/package.json

24 lines
551 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": "oauth-sign",
2020-03-31 20:42:07 +08:00
"description": "OAuth 1 signing. Formerly a vendor lib in mikeal/request, now a standalone module.",
2020-03-31 20:57:48 +08:00
"version": "0.9.0",
"license": "Apache-2.0",
"repository": {
"url": "https://github.com/mikeal/oauth-sign"
2020-03-31 20:42:07 +08:00
},
2020-03-31 20:57:48 +08:00
"main": "index.js",
2020-03-31 20:42:07 +08:00
"files": [
"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
},
"scripts": {
"test": "node test.js"
2020-03-31 20:57:48 +08:00
}
2020-03-31 20:42:07 +08:00
}