-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 744 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 744 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
34
35
36
{
"name": "giphy_sms",
"version": "1.0.0",
"description": "Add a giphy bot to a group message thread",
"main": "index.js",
"scripts": {
"test": "'echo no test'",
"start": "node index.js"
},
"keywords": [
"bandwidth",
"group",
"sms",
"mms",
"giphy",
"gif",
"groupsms",
"bot",
"ai"
],
"author": "Dan Tolbert",
"license": "MIT",
"dependencies": {
"@google/maps": "^0.3.1",
"bluebird": "^3.5.0",
"body-parser": "^1.17.1",
"cat-facts": "^1.0.2",
"dark-sky": "^1.0.10",
"debug": "^2.6.1",
"express": "^4.15.2",
"giphy-api": "^1.2.5",
"mongoose": "^4.9.1",
"node-bandwidth": "dtolb/node-bandwidth#v2_messaging",
"underscore": "^1.8.3"
}
}