Skip to content

Commit

Permalink
Add bower.json
Browse files Browse the repository at this point in the history
  • Loading branch information
erikolson186 committed Jan 31, 2017
1 parent 484cd11 commit 0f7c971
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "zangodb",
"description": "MongoDB-like interface for HTML5 IndexedDB",
"main": "./dist/zangodb.min.js",
"authors": [
"Erik Olson <[email protected]>"
],
"license": "MIT",
"keywords": [
"database",
"nosql",
"browser",
"html5",
"indexeddb",
"mongodb",
"mongo"
],
"homepage": "https://github.com/erikolson186/zangodb",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}

0 comments on commit 0f7c971

Please sign in to comment.