From 40bd363bbb7fc1f433712c78ed7700eebea869f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joa=CC=83o=20Pereira?= Date: Wed, 19 Dec 2018 12:14:07 +0000 Subject: [PATCH] RM: bower.json --- bower.json | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 bower.json diff --git a/bower.json b/bower.json deleted file mode 100644 index c5d0dfd..0000000 --- a/bower.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "name": "animatedmodal", - "main": "animatedmodal", - "version": "0.1.0", - "homepage": "https://github.com/joaopereirawd/animatedModal.js", - "authors": [ - "João Pereira " - ], - "description": "animatedModal.js is a jQuery plugin to create a fullscreen modal with CSS3 transitions. you can use the transitions by animate.css or create yourself their transitions.", - "license": "MIT", - "ignore": [ - "**/.*", - "node_modules", - "bower_components", - "test", - "tests" - ] -}