-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
38 lines (38 loc) · 955 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
35
36
37
38
{
"name": "serverless-messenger-boilerplate",
"version": "1.0.0",
"description": "A boilerplate for Serverless Messenger bots by SC5 Online",
"main": "facebook-bot/handler.js",
"keywords": [
"serverless",
"messenger",
"bot",
"aws"
],
"author": "Mikael Puittinen",
"contributors": [
"Eetu Tuomala"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/SC5/serverless-messenger-boilerplate.git"
},
"dependencies": {
"dotenv": "^2.0.0",
"moment": "^2.15.1",
"node-wit-legacy": "git+https://github.com/laardee/node-wit-legacy.git",
"request": "^2.75.0",
"request-promise": "^4.1.1"
},
"devDependencies": {
"aws-sdk": "^2.6.3",
"copy-webpack-plugin": "^3.0.1",
"json-loader": "^0.5.4",
"serverless-mocha-plugin": "^1.0.3",
"serverless-webpack": "^1.0.0-rc.2"
},
"scripts": {
"test": "SLS_DEBUG=true serverless invoke test"
}
}