forked from eBay/ebay-oauth-nodejs-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 877 Bytes
/
package.json
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
{
"name": "ebay-oauth-nodejs-client",
"version": "1.2.1",
"description": "Get oauth2 token for ebay developer application",
"main": "src/index.js",
"scripts": {
"lint": "eslint .",
"test": "eslint . && mocha"
},
"author": "Ajaykumar Prathap",
"license": "ISC",
"contributors": [],
"keywords": [
"eBay",
"Oauth2",
"Oauth-ebay",
"Oauth-token",
"Authentication",
"access token",
"refresh token",
"oauth-ebay",
"oauthebaynode"
],
"dependencies": {
"querystring": "^0.2.0"
},
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^6.8.0",
"eslint-config-ebay": "^1.1.1",
"mocha": "^6.1.4",
"nock": "^10.0.6"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "https://github.com/eBay/ebay-oauth-nodejs-client"
}
}