UNPKG

oauthclient

Version:
43 lines (42 loc) 911 B
{ "name": "oauthclient", "version": "1.0.3", "description": "module using oauth", "main": "./src/index.js", "scripts": { "test": "grunt default --verbose" }, "keywords": [ "oauth", "oauth1.0", "secuirity", "node", "node.js", "request", "client" ], "author": "omher", "license": "MIT", "repository": "https://github.com/OmerHerera/oauthclient.git", "dependencies": { "oauth-1.0a": "~1.0.1", "object-assign": "~4.0.1", "request": "~2.67.0" }, "devDependencies": { "chai": "~3.4.1", "grunt": "~0.4.5", "grunt-available-tasks": "~0.6.1", "grunt-contrib-clean": "~0.7.0", "grunt-env": "~0.4.4", "grunt-istanbul": "~0.6.1", "grunt-mocha": "~0.4.13", "grunt-mocha-test": "~0.12.7", "load-grunt-config": "~0.19.0", "time-grunt": "~1.2.2" }, "engines": { "node": ">=0.12.6", "npm": ">=1.4" } }