This repository has been archived by the owner on Mar 11, 2022. It is now read-only.
forked from blakmatrix/node-zendesk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 2.44 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "node-zendesk",
"version": "1.3.0",
"description": "zendesk API client wrapper",
"keywords": [
"zendesk",
"API",
"support",
"supportdesk",
"buddha",
"radar",
"wrapper",
"help center",
"zopim",
"voice",
"reseller",
"knowledge base"
],
"homepage": "https://github.com/blakmatrix/node-zendesk",
"repository": {
"type": "git",
"url": "git://github.com/blakmatrix/node-zendesk.git"
},
"main": "./lib/client.js",
"scripts": {
"test": "node ./test/*-test.js"
},
"author": "Farrin Reid <[email protected]>",
"contributors": [
"Nie Xiaochen <[email protected]>",
"Eriks Reks <[email protected]>",
"Iconecd <[email protected]>",
"Ignigena <[email protected]>",
"Eric Davis <[email protected]>",
"Blair Anderson <[email protected]>",
"Jeff Zabel <[email protected]>",
"Brian Hartvigsen <[email protected]>",
"James Greene <[email protected]>",
"Eike Thienemann-Dehde <[email protected]>",
"Roman Onufryk <[email protected]>",
"Colin Loretz <[email protected]>",
"Azharuddin <[email protected]>",
"Carl-Fredrik Herö <[email protected]>",
"Oleksandr Pidlisnyi <[email protected]>",
"Amal Khezami <[email protected]>",
"genius-fx <[email protected]>",
"Eike Bernhardt <[email protected]>",
"genius-fx <[email protected]>",
"Stuart McGrigor <[email protected]>",
"Wade Grandoni <[email protected]>",
"Anastasi Bakolias <[email protected]>",
"matthewschmidt <matthewschmidt.users.github.com>",
"oleksiy-turchanikov <[email protected]>",
"Shuan Wang <[email protected]>",
"Bas <[email protected]>",
"David Kapell <[email protected]>",
"Mathias Anderssén <[email protected]>",
"Adil H <[email protected]>",
"Heriberto Madrigal <[email protected]>"
],
"dependencies": {
"async": "0.9.x",
"flatten": "0.0.x",
"nconf": "0.7.x",
"querystring": "0.2.x",
"request": "^2.81.0"
}
}