forked from cmda-minor-web/progressive-web-apps-2122
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 845 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": "progressive-web-apps",
"version": "1.0.0",
"description": "this is a project for progressive-web-apps",
"main": "index.js",
"scripts": {
"server": "node app.js",
"start": "node app.js",
"run": "nodemon app.js"
},
"author": "Tom van den Berg",
"license": "MIT",
"engines": {
"node": "15.x"
},
"dependencies": {
"compression": "^1.7.4",
"dotenv": "^16.0.0",
"ejs": "^3.1.6",
"express": "^4.17.3",
"node-fetch": "^2.6.7",
"nodemon": "^2.0.15",
"request": "^2.88.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Tomvandenberg11/progressive-web-apps-2122.git"
},
"bugs": {
"url": "https://github.com/Tomvandenberg11/progressive-web-apps-2122/issues"
},
"homepage": "https://github.com/Tomvandenberg11/progressive-web-apps-2122"
}