You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
551 B

4 years ago
{
4 years ago
"author": "Mikeal Rogers <mikeal.rogers@gmail.com> (http://www.futurealoof.com)",
"name": "oauth-sign",
4 years ago
"description": "OAuth 1 signing. Formerly a vendor lib in mikeal/request, now a standalone module.",
4 years ago
"version": "0.9.0",
"license": "Apache-2.0",
"repository": {
"url": "https://github.com/mikeal/oauth-sign"
4 years ago
},
4 years ago
"main": "index.js",
4 years ago
"files": [
"index.js"
],
4 years ago
"dependencies": {},
"devDependencies": {},
4 years ago
"optionalDependencies": {},
4 years ago
"engines": {
"node": "*"
4 years ago
},
"scripts": {
"test": "node test.js"
4 years ago
}
4 years ago
}