Bower config

This commit is contained in:
Vadim Makeev 2014-03-14 19:50:34 +04:00
parent dea7d5e248
commit dc5b9e255f
3 changed files with 27 additions and 2 deletions

View File

@ -8,6 +8,6 @@ trim_trailing_whitespace = true
insert_final_newline = false
charset = utf-8
[package.json]
[*.json]
indent_style = space
indent_size = 2

View File

@ -1,3 +1,4 @@
.editorconfig
.gitignore
Contributing.md
Contributing.md
bower.json

24
bower.json Normal file
View File

@ -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"
}
}