diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/package.json b/package.json index 68305d8..df93bc0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "3-minute-website", + "name": "website-creator", "version": "1.0.0", - "description": "Build your website in 3 minutes", + "description": "Build your website in few minutes", "main": "./client/src/admin/jsx/App.jsx", "scripts": { "dev": "npm-run-all --parallel watch:server watch:client", @@ -15,6 +15,7 @@ "dependencies": { "bcryptjs": "^2.4.3", "body-parser": "^1.19.0", + "cookie-parser": "^1.4.5", "express": "^4.16.4", "jsonwebtoken": "^8.5.1", "mongoose": "^5.10.13", |