From 5fae5b69af634d169014f107159c794aa942540e Mon Sep 17 00:00:00 2001 From: MD15 <36522826+MD15@users.noreply.github.com> Date: Sun, 29 Mar 2020 13:12:58 +0700 Subject: [PATCH] Delete package.json --- package.json | 41 ----------------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 package.json diff --git a/package.json b/package.json deleted file mode 100644 index 665834f..0000000 --- a/package.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "title": "Simple Sidebar", - "name": "startbootstrap-simple-sidebar", - "version": "5.1.1", - "scripts": { - "start": "node_modules/.bin/gulp watch" - }, - "description": "A simple sidbar navigation HTMl template built with Bootstrap", - "keywords": [ - "css", - "sass", - "html", - "responsive", - "theme", - "template" - ], - "homepage": "https://startbootstrap.com/template-overviews/simple-sidebar", - "bugs": { - "url": "https://github.com/BlackrockDigital/startbootstrap-simple-sidebar/issues", - "email": "feedback@startbootstrap.com" - }, - "license": "MIT", - "author": "Start Bootstrap", - "contributors": [ - "David Miller (http://davidmiller.io/)" - ], - "repository": { - "type": "git", - "url": "https://github.com/BlackrockDigital/startbootstrap-simple-sidebar.git" - }, - "dependencies": { - "bootstrap": "4.3.1", - "jquery": "3.4.1" - }, - "devDependencies": { - "browser-sync": "2.26.7", - "del": "^4.1.1", - "gulp": "4.0.2", - "merge-stream": "2.0.0" - } -}