From 28e108a7d6910160b796cd9b890f5925fcc6eecb Mon Sep 17 00:00:00 2001 From: Sultan Abu Baker <87023622+sultanabubaker@users.noreply.github.com> Date: Sun, 8 May 2022 10:47:16 +0300 Subject: [PATCH] Update package.json --- package.json | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/package.json b/package.json index 4ec2cca..31902f6 100644 --- a/package.json +++ b/package.json @@ -1,18 +1,18 @@ { -"name": "simple", -"version": "1.0.0", -"description": "", -"main": "index.js", -"scripts": { -"test": "echo "Error: no test specified" && exit 1" -}, -"author": "", -"license": "ISC", -"dependencies": { -"q": "^1.5.1", -"body-parser": "1.18.2", -"express": "4.15.5", -"npm-check": "5.7.1", -"send": "0.11.1" -} + "name": "simple", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "author": "", + "license": "ISC", + "dependencies": { + "q": "^1.5.1", + "body-parser": "1.18.2", + "express": "4.15.5", + "npm-check": "5.7.1", + "send": "0.11.1" + } }