-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1006 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": "Enfobot",
"version": "0.0.0",
"private": true,
"author": "JTu8 <htmjset8@gmail.com>",
"description": "Hubot that communicates with ServiceNow",
"dependencies": {
"ejs": "^3.1.10",
"hubot": "^3.3.2",
"hubot-diagnostics": "^1.0.0",
"hubot-google-images": "^0.2.7",
"hubot-google-translate": "^0.2.1",
"hubot-help": "^1.0.1",
"hubot-heroku-keepalive": "^1.0.3",
"hubot-maps": "0.0.3",
"hubot-pugme": "^0.1.1",
"hubot-redis-brain": "^1.0.0",
"hubot-rules": "^1.0.0",
"hubot-scripts": "^2.17.2",
"hubot-shipit": "^0.2.1",
"hubot-slack": "^4.8.0",
"js-yaml": "^3.14.0",
"lodash": "^4.17.21",
"minimatch": "^3.0.5",
"moment": "^2.29.4",
"node-fetch": "^3.2.10",
"prettyjson": "^1.2.1",
"servicenow-lite": "^1.1.0",
"servicenow-rest": "^1.2.2",
"uglify-js": "^3.9.4",
"underscore": "^1.12.1",
"underscore.string": "^3.3.5",
"ws": "^7.5.10"
},
"engines": {
"node": "0.10.x"
}
}