From 6fcfb7c04d32e1c8b26a312295bf7ac3ec2d2ad7 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Fri, 13 Jul 2018 19:06:45 +0200 Subject: Fixed many permissions and began admin interface --- public/bower_components/Ionicons/bower.json | 31 +++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 public/bower_components/Ionicons/bower.json (limited to 'public/bower_components/Ionicons/bower.json') diff --git a/public/bower_components/Ionicons/bower.json b/public/bower_components/Ionicons/bower.json new file mode 100644 index 0000000..9417a8e --- /dev/null +++ b/public/bower_components/Ionicons/bower.json @@ -0,0 +1,31 @@ +{ + "ignore": [ + "**/.*", + "builder", + "node_modules", + "bower_components", + "test", + "tests" + ], + "version": "2.0.0", + "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" +} \ No newline at end of file -- cgit v1.2.3