forked from rbrcurtis/hubot-purecloud
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.07 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
{
"name": "hubot-purecloud",
"version": "0.0.1",
"description": "Purecloud adapter for Hubot",
"keywords": [
"hubot",
"Purecloud",
"adapter"
],
"licenses": [
{
"type": "MIT"
}
],
"repository": {
"type": "git",
"url": "git://github.com/rbrcurtis/hubot-purecloud.git"
},
"main": "./src/index",
"dependencies": {
"node-xmpp-client": "^1.0.0-alpha20",
"node-xmpp-core": "^1.0.0-alpha13",
"underscore": "^1.8.2",
"underscore.string": "^3.0.3"
},
"devDependencies": {
"hubot": "^2.13.2"
},
"gitHead": "cd42fbb14f5f98095f34d4db16029bf986f05a0f",
"bugs": {
"url": "https://github.com/rbrcurtis/hubot-purecloud/issues"
},
"readme": "ERROR: No README data found!",
"homepage": "https://github.com/rbrcurtis/hubot-purecloud#readme",
"_id": "hubot-purecloud@0.0.1",
"_shasum": "9836dc5d8209b87863aa06b6d8f4f5b636c30745",
"_from": "git+https://git@github.com/rbrcurtis/hubot-purecloud.git",
"_resolved": "git+https://git@github.com/rbrcurtis/hubot-purecloud.git#cd42fbb14f5f98095f34d4db16029bf986f05a0f"
}