-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 836 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 836 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
{
"name": "booot",
"version": "1.0.0",
"description": "bOOOt gives upcoming leave notices the week before to make sure everyone is aware of people being M.I.A.",
"main": "handler.js",
"dependencies": {
"babel-runtime": "^6.26.0",
"ical": "^0.5.0",
"moment": "^2.18.1",
"slack-notify": "^0.1.6"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"dotenv": "^4.0.0",
"glob": "^7.1.2",
"serverless-offline": "^3.15.3",
"serverless-webpack": "^2.2.2",
"webpack": "^3.5.5",
"webpack-node-externals": "^1.6.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}