-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.09 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.09 KB
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
{
"name": "lunchbot",
"version": "1.0.0",
"description": "Slack bot for helping the company choose lunch",
"main": "lunchBot.js",
"scripts": {
"test": "jasmine",
"lint": "eslint classes"
},
"repository": {
"type": "git",
"url": "git+https://github.com/carterbs/lunchBot.git"
},
"keywords": [
"Slack",
"bot",
"lunch"
],
"author": "Brad Carter",
"license": "MIT",
"bugs": {
"url": "https://github.com/carterbs/lunchBot/issues"
},
"homepage": "https://github.com/carterbs/lunchBot#readme",
"dependencies": {
"async": "^2.6.0",
"botkit": "^0.5.1",
"chalk": "^2.0.1",
"google-spreadsheet": "^2.0.4",
"lodash.clonedeep": "^4.5.0",
"phantom": "^4.0.5"
},
"devDependencies": {
"dotenv": "^4.0.0",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.6.0",
"http-response-object": "^1.1.0",
"jasmine": "^2.5.3",
"jasmine-reporters": "^2.2.1",
"jsonfile": "^2.4.0",
"mustache": "^2.3.0",
"request": "^2.81.0"
}
}