-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 933 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
{
"name": "reso_webapi_js",
"version": "0.1.1",
"description": "RESO API Node JS client",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jetthoughts/reso_webapi_js.git"
},
"author": "JetThoughts",
"license": "MIT",
"contributors": [
"Ilya Novohatskyi <[email protected]> (https://github.com/sweatC)",
"Roman Tershak <[email protected]> (https://github.com/rtershak)",
"Paul Keen <[email protected]> (https://github.com/pftg)"
],
"keywords": [
"reso",
"data",
"api client",
"odata protocol",
"node"
],
"bugs": {
"url": "https://github.com/jetthoughts/reso_webapi_js/issues"
},
"homepage": "https://github.com/jetthoughts/reso_webapi_js#readme",
"devDependencies": {
"mocha": "^5.2.0",
"nock": "^10.0.2"
},
"dependencies": {
"axios": "^0.18.0"
}
}