Skip to content

Commit

Permalink
Adds new bower.json file for bower config
Browse files Browse the repository at this point in the history
  • Loading branch information
tsironis committed Jan 19, 2014
1 parent 29ae959 commit f0c2d38
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "lockr",
"version": "0.5.0",
"ignore": [
"**/.*",
"**/_*",
"node_modules",
"specs",
"libs",
"*.md",
"Gruntfile.js",
"package.json",
"bower.json"
],
"devDependencies": {
"jasmine": "~1.3.1"
},
"keywords": [
"lockr",
"localStorage",
"webapps"
]
}

0 comments on commit f0c2d38

Please sign in to comment.