-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 932 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
{
"name": "slack-email-bot",
"version": "1.0.0",
"description": "",
"main": "build/index.js",
"scripts": {
"build": "webpack --config webpack.config.js",
"now-build": "echo 'Built on Travis CI'",
"now-start": "node build/backend.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Kyle Pfromer and Gernene Tan",
"license": "ISC",
"dependencies": {
"@slack/client": "^4.5.0",
"mail-listener2-updated": "^0.3.3",
"node-slack-upload": "^1.2.1"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-plugin-transform-es2015-parameters": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"del": "^3.0.0",
"dotenv": "^6.0.0",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.1",
"gulp-nodemon": "^2.2.1",
"gulp-uglify": "^3.0.1",
"webpack": "^4.17.1",
"webpack-cli": "^3.1.0"
}
}