UNPKG

node-upwork

Version:
41 lines (40 loc) 858 B
{ "name": "node-upwork", "description": "Node.JS bindings for Upwork API", "version": "0.0.12", "author": { "name": "Maksym Novozhylov (initially by Artem Gnilov / node-odesk)", "email": "support@upwork.com" }, "contributors": [ { "name": "Maksym Novozhylov", "url": "https://github.com/" } ], "homepage": "https://github.com/upwork/node-upwork-api", "repository": { "type": "git", "url": "git://github.com/upwork/node-upwork-api.git" }, "main": "index", "dependencies": { "@upwork/node-upwork-oauth2": "^2.0.3", "oauth": "0.9.10", "qs": "6.7.0" }, "keywords": [ "oauth", "rest", "upwork", "api", "wrapper" ], "engines": { "node": "*" }, "readmeFilename": "README.rst", "bugs": { "url": "https://github.com/upwork/node-upwork-api/issues" } }