From 0442346279c6e85f6f3f7f9a6adce67e1ef3fcae Mon Sep 17 00:00:00 2001 From: Francesco Kirchhoff Date: Sat, 31 May 2014 17:19:37 +0200 Subject: [PATCH] Add bower.json to repository --- bower.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..92a5a38 --- /dev/null +++ b/bower.json @@ -0,0 +1,24 @@ +{ + "name": "Sassaparilla", + "version": "2.0.0", + "homepage": "sass.fffunction.co", + "description": "Sassaparilla is a fast way to start your responsive web design projects that harnesses the power of Sass and Compass. It comes with just enough to get you on your way, and no unnecessary extras, so you can spend less time deleting what you don’t need and more time building.", + "keywords": [ + "sass", + "compass", + "typography", + "grid" + ], + "license": "MIT", + "ignore": [ + "**/.*", + "assets/demo", + "assets/js", + "assets/css/screen.css", + "assets/css/screen.min.css", + "demo.html", + "index.html", + "grid.html", + "package.png" + ] +}