-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.02 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "bot",
"version": "0.0.1",
"private": true,
"engines" : {
"node" : ">=6"
},
"scripts": {
"start": "node app/app.js"
},
"dependencies": {
"apiai": "^2.0.5",
"body-parser": "^1.13.3",
"botkit": "^0.2.2",
"botkit-sms": "^1.0.7",
"botkit-storage-mongo": "^1.0.2",
"compression": "^1.5.2",
"cookie-parser": "^1.3.3",
"dotenv": "^2.0.0",
"ejs": "^2.3.1",
"express": "^4.13.3",
"facebook-ads-sdk": "^2.7.0",
"fb": "^1.1.1",
"fbgraph": "^1.3.0",
"glob": "^5.0.3",
"node-emoji": "^1.4.1",
"method-override": "^2.3.0",
"mongoose": "^4.1.2",
"morgan": "^1.6.1",
"node-wit": "^4.1.0",
"passport": "^0.3.2",
"passport-facebook": "^2.1.1",
"passport-facebook-token": "^3.3.0",
"request": "^2.74.0",
"request-promise": "^4.1.1",
"serve-favicon": "^2.3.0",
"slack-node": "^0.2.0",
"slackbots": "^0.5.2",
"twilio": "^2.11.0",
"twilio-api": "^0.3.3",
"witbot": "^2.1.0"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-ruby-sass": "^2.0.1",
"gulp-nodemon": "^2.0.2",
"gulp-livereload": "^3.8.0",
"gulp-plumber": "^1.0.0",
"babel-core": "^6.13.2",
"babel-eslint": "^6.1.2",
"babel-loader": "^6.2.4",
"babel-plugin-lodash": "^3.2.8",
"babel-plugin-transform-runtime": "^6.12.0",
"babel-preset-es2015": "^6.13.2",
"babel-preset-stage-0": "^6.5.0",
"eslint": "^3.2.2",
"eslint-import-resolver-webpack": "^0.4.0",
"eslint-loader": "^1.5.0",
"webpack": "^1.13.1",
"webpack-node-externals": "^1.3.3",
"babel-cli": "^6.11.4",
"babel-core": "^6.13.2",
"babel-loader": "^6.2.5",
"babel-plugin-react-html-attrs": "^2.0.0",
"babel-preset-es2015": "^6.13.2",
"babel-preset-react": "^6.11.1",
"babel-preset-react-hmre": "^1.1.1",
"react": "^15.3.1",
"react-dom": "^15.3.1",
"react-router": "^2.6.1",
"http-server": "^0.9.0",
"react-hot-loader": "^1.3.0",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.14.1"
}
}