git.schokokeks.org
Repositories
Help
Report an Issue
fs-words.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
6e9c872
Branches
Tags
develop-client_server
master
typescript
fs-words.git
server
lib
node_modules
oauth-sign
package.json
[add] server:lib:node_modules
Christian Fraß
commited
6e9c872
at 2021-03-08 23:52:07
package.json
Blame
History
Raw
{ "author": "Mikeal Rogers <mikeal.rogers@gmail.com> (http://www.futurealoof.com)", "name": "oauth-sign", "description": "OAuth 1 signing. Formerly a vendor lib in mikeal/request, now a standalone module.", "version": "0.9.0", "license": "Apache-2.0", "repository": { "url": "https://github.com/mikeal/oauth-sign" }, "main": "index.js", "files": [ "index.js" ], "dependencies": {}, "devDependencies": {}, "optionalDependencies": {}, "engines": { "node": "*" }, "scripts": { "test": "node test.js" } }