forked from benhubsch/SlackPizza
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 832 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 832 Bytes
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
{
"name": "slack-pizza",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@google/maps": "^0.4.2",
"@slack/client": "^3.10.0",
"address-validator": "^0.2.2",
"apiai": "^4.0.3",
"axios": "^0.16.2",
"body-parser": "^1.17.2",
"cryptr": "^2.0.0",
"dominos": "^2.1.1",
"events": "^1.1.1",
"express": "^4.15.3",
"express-handlebars": "^3.0.0",
"express-validator": "^3.2.1",
"find-emails-in-string": "^1.0.1",
"mongoose": "^4.11.2",
"phone-number-extractor": "^1.1.0",
"slack-client": "^2.0.6",
"sort-array": "^2.0.0",
"string-similarity": "^1.2.0",
"underscore": "^1.8.3"
}
}