| { | |
| "author": "Mikeal Rogers <[email protected]> (http://www.futurealoof.com)", | |
| "name": "oauth-sign", | |
| "description": "OAuth 1 signing. Formerly a vendor lib in mikeal/request, now a standalone module.", | |
| "version": "0.3.0", | |
| "repository": { | |
| "url": "https://github.com/mikeal/oauth-sign" | |
| }, | |
| "main": "index.js", | |
| "dependencies": {}, | |
| "devDependencies": {}, | |
| "optionalDependencies": {}, | |
| "engines": { | |
| "node": "*" | |
| }, | |
| "scripts": { | |
| "test": "node test.js" | |
| } | |
| } | |