From 16601408b93b5e4fe6ecd626c74601be79a8ed87 Mon Sep 17 00:00:00 2001 From: Naman Jain <33549103+namanjain1812@users.noreply.github.com> Date: Fri, 9 Mar 2018 23:15:37 +0530 Subject: [PATCH] Create bower.json --- bower.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..28a0bab --- /dev/null +++ b/bower.json @@ -0,0 +1,19 @@ +{ + "name": "Pixelkit/PixelKit-Bootstrap-UI-Kits", + "version": "1.0.0", + "main": "path/to/main.css", + "description": "please add it", + "license": "Eclipse", + "ignore": [ + ".jshintrc", + "**/*.txt" + ], + "dependencies": { + "": "", + "": "", + "": "" + }, + "devDependencies": { + "": "" + } +}