package.json 551 B

1234567891011121314151617181920212223
  1. {
  2. "author": "Mikeal Rogers <mikeal.rogers@gmail.com> (http://www.futurealoof.com)",
  3. "name": "oauth-sign",
  4. "description": "OAuth 1 signing. Formerly a vendor lib in mikeal/request, now a standalone module.",
  5. "version": "0.9.0",
  6. "license": "Apache-2.0",
  7. "repository": {
  8. "url": "https://github.com/mikeal/oauth-sign"
  9. },
  10. "main": "index.js",
  11. "files": [
  12. "index.js"
  13. ],
  14. "dependencies": {},
  15. "devDependencies": {},
  16. "optionalDependencies": {},
  17. "engines": {
  18. "node": "*"
  19. },
  20. "scripts": {
  21. "test": "node test.js"
  22. }
  23. }