forked from looker/lookerbot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 881 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
{
"name": "looker-slackbot",
"version": "0.0.11",
"description": "Slackbot for Looker integration",
"main": "index.js",
"scripts": {
"start": "node_modules/coffee-script/bin/coffee lib/bot.coffee",
"test": "node_modules/mocha/bin/mocha --compilers coffee:coffee-script/register"
},
"dependencies": {
"@google-cloud/storage": "^0.8.0",
"aws-sdk": "^2.2.30",
"azure-storage": "~0.10.0",
"botkit": "0.0.15",
"coffee-script": "^1.10.0",
"dotenv": "^4.0.0",
"fuzzysearch-js": "^0.2.0",
"get-urls": "^5.0.0",
"request": "^2.66.0",
"semver": "^5.1.0",
"stream-buffers": "^3.0.1",
"underscore": "^1.8.3"
},
"devDependencies": {
"mocha": "^2.4.5"
},
"engines": {
"node": "^6.10.3"
},
"repository": {
"type": "git",
"url": "https://github.com/looker/looker-slackbot"
},
"license": "MIT"
}