UNPKG

upwork-api

Version:

Node.JS bindings for Upwork API

44 lines (43 loc) 819 B
{ "name": "upwork-api", "description": "Node.JS bindings for Upwork API", "version": "1.3.8", "author": { "name": "Maksym Novozhylov", "email": "mnovozhilov@upwork.com" }, "contributors": [ { "name": "Maksym Novozhylov", "url": "https://github.com/mnovozhylov" } ], "homepage": "https://developers.upwork.com", "repository": { "type": "git", "url": "git://github.com/upwork/node-upwork.git" }, "main": "index", "dependencies": { "oauth": "0.9.10", "node-upwork": "0.0.12", "lodash": ">=4.17.13", "pkginfo": "*" }, "keywords": [ "oauth", "rest", "upwork", "api", "wrapper" ], "scripts": { "test": "mocha --timeout 3500" }, "devDependencies": { "mocha": "~7.1.1" }, "engines": { "node": "*" } }