forked from blakmatrix/node-zendesk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.62 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
69
70
71
72
73
74
{
"name": "node-zendesk",
"version": "2.0.3",
"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",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
},
"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>",
"Fred Souza <fmsouza@noreply.users.github.com>"
],
"dependencies": {
"async": "3.2.x",
"nconf": "0.10.x",
"querystring": "0.2.x",
"request": "2.88.x"
},
"devDependencies": {
"vuepress": "1.5.x"
},
"license": "MIT"
}