-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.46 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
{
"name": "customerbot",
"version": "2.1.0",
"description": "Runnable's Customer Bot",
"main": "index.js",
"scripts": {
"start": "NODE_PATH=./lib node index.js",
"script": "nodemon lib/script.js",
"dev": "nodemon index.js | bunyan",
"test": "standard --verbose index.js lib/*.js"
},
"author": "Praful Rana & Sohail Ahmed",
"dependencies": {
"101": "^1.6.2",
"@runnable/api-client": "^7.5.0",
"@runnable/big-poppa-client": "^0.5.0",
"@runnable/orion": "^1.6.0",
"async": "^2.0.0-rc.6",
"aws-sdk": "^2.6.1",
"bluebird": "^3.4.6",
"bunyan": "^1.8.5",
"cli-spinner": "^0.2.5",
"continuation-local-storage": "^3.2.0",
"dogapi": "^2.3.0",
"error-cat": "^3.0.0",
"intercom-client": "*",
"jira-client": "^3.0.2",
"joi": "^9.0.4",
"keypather": "^2.0.1",
"loadenv": "^2.2.0",
"lodash": "^4.15.0",
"moment": "^2.14.1",
"octonode": "^0.7.6",
"ponos": "^5.8.2",
"slackbots": "^0.5.1",
"stripe": "^4.10.0"
},
"devDependencies": {
"nodemon": "^1.9.2",
"standard": "^7.1.2",
"standard-format": "^2.2.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CodeNow/customerbot.git"
},
"keywords": [
"slack",
"runnable",
"github",
"intercom",
"bot",
"jira"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/CodeNow/customerbot/issues"
},
"homepage": "https://github.com/CodeNow/customerbot#readme"
}