From dc5b9e255f8500c087e532d41919f908328578eb Mon Sep 17 00:00:00 2001 From: Vadim Makeev Date: Fri, 14 Mar 2014 19:50:34 +0400 Subject: [PATCH] Bower config --- .editorconfig | 2 +- .npmignore | 3 ++- bower.json | 24 ++++++++++++++++++++++++ 3 files changed, 27 insertions(+), 2 deletions(-) create mode 100644 bower.json diff --git a/.editorconfig b/.editorconfig index 9c4332f..6fb8ff7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,6 +8,6 @@ trim_trailing_whitespace = true insert_final_newline = false charset = utf-8 -[package.json] +[*.json] indent_style = space indent_size = 2 \ No newline at end of file diff --git a/.npmignore b/.npmignore index 11f925d..7f87621 100644 --- a/.npmignore +++ b/.npmignore @@ -1,3 +1,4 @@ .editorconfig .gitignore -Contributing.md \ No newline at end of file +Contributing.md +bower.json \ No newline at end of file diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..94063d9 --- /dev/null +++ b/bower.json @@ -0,0 +1,24 @@ +{ + "name": "shower", + "version": "1.0.1", + "license": "MIT", + "main": "index.html", + "ignore": [ + ".editorconfig", + ".gitignore", + ".npmignore", + "Contributing.md", + "node_modules" + "package.json", + ], + "keywords": [ + "shower", + "presentation", + "template" + ], + "dependencies": { + "shower-core": "^1.0.0", + "shower-ribbon": "^1.0.2", + "shower-bright": "^1.0.2" + } +}