-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.04 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.04 KB
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
{
"name": "gittoken-mailer",
"version": "0.0.1",
"description": "E-Mailing Service for GitToken",
"main": "./bin/app.js",
"scripts": {
"build": "npx babel ./src/ --out-dir ./dist/ --plugins transform-react-jsx",
"start": "node ./bin/app.js"
},
"keywords": [
"GitToken"
],
"author": "Ryan Tate <ryan.tate@gittoken.io>",
"license": "MIT",
"dependencies": {
"body-parser": "^1.18.2",
"cookie-parser": "^1.4.3",
"cors": "^2.8.4",
"dotenv": "^4.0.0",
"express": "^4.16.2",
"express-session": "^1.15.6",
"gittoken-svg-icons": "0.0.8",
"gmail-send": "^1.2.11",
"mysql": "^2.15.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"request": "^2.83.0",
"request-promise": "^4.2.2"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-plugin-inline-import": "^2.0.5",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.5.1",
"babel-preset-stage-0": "^6.24.1",
"babel-runtime": "^6.23.0"
}
}