forked from alavers/smooch-bot-example
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 867 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
{
"name": "smooch-bot-example",
"version": "1.0.0",
"description": "Smooch Bot Example Apps",
"author": "Andrew Lavers <[email protected]> (http://smooch.io/)",
"scripts": {
"start": "node heroku"
},
"license": "MIT",
"dependencies": {
"body-parser": "^1.15.0",
"chrono-node": "^1.2.4",
"dotenv": "^2.0.0",
"express": "^4.13.4",
"hbs": "^4.0.0",
"jsonwebtoken": "^5.7.0",
"lodash": "^4.14.0",
"moment": "^2.14.1",
"request": "^2.74.0",
"request-promise": "^4.0.2",
"smooch-bot": "^1.0.1",
"smooch-core": "^0.0.15"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-nodemon": "^2.0.6",
"babel-eslint": "^5.0.0",
"esformatter": "^0.9.1",
"esformatter-braces": "^1.2.1",
"esformatter-dot-notation": "^1.3.1",
"esformatter-quotes": "^1.0.3",
"eslint": "^2.2.0"
}
}