-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.25 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
{
"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'",
"debug": "DEBUG=giphy_sms,express* nodemon --watch public --watch bin -e js,html,css index.js",
"start": "node index.js",
"heroku-postbuild": "cd public && npm install",
"install-all": "npm install && cd public && npm install"
},
"engines": {
"node": "8.3.0"
},
"keywords": [
"bandwidth",
"group",
"sms",
"mms",
"giphy",
"gif",
"groupsms",
"bot",
"ai"
],
"author": "Dan Tolbert",
"license": "MIT",
"dependencies": {
"@google-cloud/language": "^0.12.1",
"@google/maps": "^0.3.1",
"@lifeomic/attempt": "^3.0.0",
"aws-sdk": "^2.124.0",
"axios": "^0.18.0",
"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",
"findorcreate-promise": "^1.2.0",
"giphy-api": "^1.2.5",
"knuth-shuffle": "^1.0.1",
"mongoose": "^4.11.13",
"node-bandwidth": "dtolb/node-bandwidth#v2_messaging",
"nodemon": "^1.12.1",
"underscore": "^1.8.3",
"vcards-js": "^2.8.0",
"yelp-fusion": "^1.0.3"
}
}