-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1022 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
39
40
{
"name": "node_push_notification",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"ajv": "^6.10.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.2",
"chalk": "^2.4.2",
"cheerio": "^1.0.0-rc.3",
"cors": "^2.8.5",
"dotenv": "^7.0.0",
"express": "^4.16.3",
"express-session": "^1.16.2",
"firebase": "^5.9.3",
"helmet": "^3.18.0",
"joi": "^14.3.1",
"jsonwebtoken": "^8.5.1",
"mailgun-js": "^0.22.0",
"nexmo": "^2.4.1",
"request": "^2.88.0",
"request-promise-native": "^1.0.7",
"web-push": "^3.3.1"
},
"devDependencies": {
"@babel/core": "^7.3.3",
"@babel/plugin-transform-runtime": "^7.4.3",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/preset-env": "^7.3.1",
"@babel/register": "^7.0.0",
"babel-preset-minify": "^0.5.0"
}
}