Bower config
This commit is contained in:
parent
dea7d5e248
commit
dc5b9e255f
|
@ -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
|
|
@ -1,3 +1,4 @@
|
||||||
.editorconfig
|
.editorconfig
|
||||||
.gitignore
|
.gitignore
|
||||||
Contributing.md
|
Contributing.md
|
||||||
|
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"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue