From 0e6233cacf57ce2e35a52c53708fa15f2374aa96 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Thu, 2 Aug 2018 22:51:52 +0530 Subject: added template files --- static/website/bootstrap-css/bower.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 static/website/bootstrap-css/bower.json (limited to 'static/website/bootstrap-css/bower.json') diff --git a/static/website/bootstrap-css/bower.json b/static/website/bootstrap-css/bower.json new file mode 100644 index 0000000..e302619 --- /dev/null +++ b/static/website/bootstrap-css/bower.json @@ -0,0 +1,28 @@ +{ + "name": "conference", + "version": "1.0.0", + "authors": [ + "Technext Limited " + ], + "description": "Responsive HTML5 Bootstrap 3 template for Event Site", + "main": "index.html", + "keywords": [ + "conference" + ], + "license": "GNU GENERAL PUBLIC LICENSE Version 3", + "homepage": "https://github.com/technext/conference", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ], + "dependencies": { + "bootstrap": "~3.3.5", + "jquery": "~2.1.4", + "ionicons": "~2.0.1", + "isotope": "~2.2.1", + "smooth-scroll": "~7.0.0" + } +} -- cgit