-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 888 Bytes
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 888 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "@upwork/node-upwork-oauth2",
"description": "Node.JS bindings for Upwork API (OAuth2)",
"version": "2.3.1",
"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-oauth2.git"
},
"main": "index",
"dependencies": {
"pkginfo": "*",
"request": "2.88.2",
"simple-oauth2": "5.0.0"
},
"keywords": [
"oauth2",
"rest",
"upwork",
"api",
"wrapper"
],
"scripts": {
"test": "mocha --timeout 3500"
},
"devDependencies": {
"ansi-regex": ">=5.0.1",
"json-schema": ">=0.4.0",
"mocha": "~10.2.0"
},
"engines": {
"node": "*"
}
}