Commit dc5b9e25 authored by Vadim Makeev's avatar Vadim Makeev

Bower config

parent dea7d5e2
...@@ -8,6 +8,6 @@ trim_trailing_whitespace = true ...@@ -8,6 +8,6 @@ trim_trailing_whitespace = true
insert_final_newline = false insert_final_newline = false
charset = utf-8 charset = utf-8
[package.json] [*.json]
indent_style = space indent_style = space
indent_size = 2 indent_size = 2
\ No newline at end of file
.editorconfig .editorconfig
.gitignore .gitignore
Contributing.md Contributing.md
\ No newline at end of file bower.json
\ No newline at end of file
{
"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"
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment