From 7d9f76b668f1cc875684e7647fd6cf145e88d5cb Mon Sep 17 00:00:00 2001 From: Vitor Buzinaro Date: Tue, 13 Dec 2016 15:48:50 -0300 Subject: [PATCH] Delete bower.json --- bower.json | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 bower.json diff --git a/bower.json b/bower.json deleted file mode 100644 index 960acf7..0000000 --- a/bower.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "SimpleScrollbar", - "version": "0.2.0", - "authors": [ - "Vitor Buzinaro (https://github.com/buzinas)" - ], - "description": "Very simple and lightweight vanilla javascript library for creating a custom scrollbar cross-browser.", - "main": [ - "simple-scrollbar.min.js", - "simple-scrollbar.css" - ], - "moduleType": "globals", - "license": "", - "homepage": "https://github.com/buzinas/simple-scrollbar/", - "private": true, - "ignore": [ - "**/.*", - "node_modules", - "bower_components", - "test", - "tests" - ], - "dependencies": {}, - "devDependencies": {} -}