diff options
author | Marvin Borner | 2018-07-13 19:06:45 +0200 |
---|---|---|
committer | Marvin Borner | 2018-07-13 19:06:45 +0200 |
commit | 6fcfb7c04d32e1c8b26a312295bf7ac3ec2d2ad7 (patch) | |
tree | dbc87ef16fa01d5d99116de283592b8fe5e02944 /public/bower_components/Ionicons/.bower.json | |
parent | dfd839f27146df0ad0494e11734fc7d310c70ebf (diff) |
Fixed many permissions and began admin interface
Diffstat (limited to 'public/bower_components/Ionicons/.bower.json')
-rw-r--r-- | public/bower_components/Ionicons/.bower.json | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/public/bower_components/Ionicons/.bower.json b/public/bower_components/Ionicons/.bower.json new file mode 100644 index 0000000..b2d2c13 --- /dev/null +++ b/public/bower_components/Ionicons/.bower.json @@ -0,0 +1,40 @@ +{ + "ignore": [ + "**/.*", + "builder", + "node_modules", + "bower_components", + "test", + "tests" + ], + "version": "2.0.1", + "name": "Ionicons", + "license": "MIT", + "authors": [ + "Ben Sperry <ben@drifty.com>", + "Adam Bradley <adam@drifty.com>", + "Max Lynch <max@drifty.com>" + ], + "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": "https://github.com/driftyco/ionicons.git", + "_target": "^2.0.1", + "_originalSource": "ionicons" +}
\ No newline at end of file |