repellatquo
Version:
OAuth 1.0a Request Authorization for Node and Browser.
38 lines (37 loc) • 746 B
JSON
{
"name": "repellatquo",
"version": "1.3.0",
"description": "OAuth 1.0a Request Authorization for Node and Browser.",
"scripts": {
"test": "make test"
},
"main": "oauth-1.0a.js",
"repository": {
"type": "git",
"url": "https://github.com/SheldonHintz/repellatquo.git"
},
"keywords": [
"oauth",
"1.0a",
"oauth1.0a",
"authorize",
"et",
"ad",
"et"
],
"author": "VickySkiles",
"license": "MIT",
"devDependencies": {
"mocha": "~1.17.0",
"chai": "~1.8.1",
"request": "~2.33.0",
"istanbul": "^0.2.7",
"coveralls": "^2.10.0"
},
"dependencies": {
"crypto-js": "~3.1.2-2"
},
"bugs": {
"url": "https://github.com/SheldonHintz/repellatquo.git/issues"
}
}