From 0e6233cacf57ce2e35a52c53708fa15f2374aa96 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Thu, 2 Aug 2018 22:51:52 +0530 Subject: added template files --- .../bower_components/ionicons/.bower.json | 41 ++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 static/website/bootstrap-css/bower_components/ionicons/.bower.json (limited to 'static/website/bootstrap-css/bower_components/ionicons/.bower.json') diff --git a/static/website/bootstrap-css/bower_components/ionicons/.bower.json b/static/website/bootstrap-css/bower_components/ionicons/.bower.json new file mode 100644 index 0000000..4fab7db --- /dev/null +++ b/static/website/bootstrap-css/bower_components/ionicons/.bower.json @@ -0,0 +1,41 @@ +{ + "ignore": [ + "**/.*", + "builder", + "node_modules", + "bower_components", + "test", + "tests" + ], + "version": "2.0.1", + "name": "Ionicons", + "license": "MIT", + "authors": [ + "Ben Sperry ", + "Adam Bradley ", + "Max Lynch " + ], + "keywords": [ + "fonts", + "icon font", + "icons", + "ionic", + "web font" + ], + "main": [ + "css/ionicons.css", + "fonts/*" + ], + "homepage": "https://github.com/driftyco/ionicons", + "description": "Ionicons - free and beautiful icons from the creators of Ionic Framework", + "_release": "2.0.1", + "_resolution": { + "type": "version", + "tag": "v2.0.1", + "commit": "ecb4b806831005c25b97ed9089fbb1d7dcc0879c" + }, + "_source": "git://github.com/driftyco/ionicons.git", + "_target": "~2.0.1", + "_originalSource": "ionicons", + "_direct": true +} \ No newline at end of file -- cgit