-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 869 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
{
"name": "specialised-steering-webapp",
"version": "1.0.1",
"description": "Sepecialised Steering Web Application",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"keywords": [
"specialised steering",
"hydraulic reapirs",
"hydraulic components",
"hydraulic engineers",
"hydraulic parts service exchange"
],
"author": "Sue Holder",
"maintainers": [
"Sue Holder",
"Design Develop Host"
],
"license": "ISC",
"dependencies": {
"airtable": "^0.11.1",
"cloudinary": "^1.27.1",
"compression": "^1.7.4",
"cookie-parser": "^1.4.6",
"dotenv": "^10.0.0",
"ejs": "^3.1.6",
"express": "^4.17.1",
"multer": "^1.4.3",
"multer-storage-cloudinary": "^4.0.0",
"request-ip": "^2.1.3",
"serve-favicon": "^2.5.0"
}
}