From f5543a264602dfb91604ad3eefe1a1705733c9e6 Mon Sep 17 00:00:00 2001 From: Nicolas Gallagher Date: Sat, 11 May 2013 11:32:18 -0700 Subject: [PATCH] Add Bower manifest file --- bower.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..62446aa --- /dev/null +++ b/bower.json @@ -0,0 +1,12 @@ +{ + "name": "normalize-css", + "version": "1.1.1", + "main": "normalize.css", + "author": "Nicolas Gallagher", + "ignore": [ + "CHANGELOG.md", + "CONTRIBUTING.md", + "component.json", + "test.html" + ] +}