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.2.1",
"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 <blakmatrix@gmail.com>",
"contributors": [
"Nie Xiaochen <nnabuuu@noreply.users.github.com>",
"Eriks Reks <erikzrekz@noreply.users.github.com>",
"Iconecd <iconecd@noreply.users.github.com>",
"Ignigena <Ignigena@noreply.users.github.com>",
"Eric Davis <iconecd@noreply.users.github.com>",
"Blair Anderson <blairanderson@noreply.users.github.com>",
"Jeff Zabel <jzabel@noreply.users.github.com>",
"Brian Hartvigsen <tresni@noreply.users.github.com>",
"James Greene <JamesMGreene@noreply.users.github.com>",
"Eike Thienemann-Dehde <edehde@noreply.users.github.com>",
"Roman Onufryk <onufryk@noreply.users.github.com>",
"Colin Loretz <colinloretz@noreply.users.github.com>",
"Azharuddin <gs-akhan@noreply.users.github.com>",
"Carl-Fredrik Herö <carlfredrikhero@noreply.users.github.com>",
"Oleksandr Pidlisnyi <unreadableusername@noreply.users.github.com>",
"Amal Khezami <khezamian@noreply.users.github.com>",
"genius-fx <genius-fx@noreply.users.github.com>",
"Eike Bernhardt <teefax@noreply.users.github.com>",
"genius-fx <gitter-badger@noreply.users.github.com>",
"Stuart McGrigor <stueynz@noreply.users.github.com>",
"Wade Grandoni <wadegrandoni@noreply.users.github.com>",
"Anastasi Bakolias <spasiu@noreply.users.github.com>",
"matthewschmidt <matthewschmidt.users.github.com>",
"oleksiy-turchanikov <oleksiy-turchanikov@noreply.users.github.com>",
"Shuan Wang <swang@noreply.users.github.com>",
"Bas <basdewachter@noreply.users.github.com>",
"David Kapell <dkapell@noreply.users.github.com>",
"Mathias Anderssén <Okar@noreply.users.github.com>",
"Adil H <didil@noreply.users.github.com>",
"Heriberto Madrigal <magic-madrigal@noreply.users.github.com>"
],
"dependencies": {
"async": "0.9.x",
"flatten": "0.0.x",
"nconf": "0.7.x",
"querystring": "0.2.x",
"request": "^2.81.0"
}
}