Skip to content

Commit

Permalink
Bower install for addons #185
Browse files Browse the repository at this point in the history
  • Loading branch information
dfahlander committed Mar 8, 2016
1 parent d8eae75 commit d888065
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 0 deletions.
28 changes: 28 additions & 0 deletions addons/Dexie.Observable/bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "dexie-observable",
"homepage": "https://dexie.org",
"authors": [
"David Fahlander"
],
"description": "Addon to Dexie that makes it possible to observe database changes no matter if they occur on other db instance or other window.",
"main": "dist/dexie-observable.js",
"esnext:main": "dist/dexie-observable.es6.js",
"moduleType": [
"es6",
"amd",
"node",
"globals"
],
"keywords": [
"indexeddb",
"dexie",
"addon"
],
"license": "Apache-2.0",
"ignore": [
"**/.*",
"src/",
"test/",
"build/"
]
}
28 changes: 28 additions & 0 deletions addons/Dexie.Syncable/bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "dexie-syncable",
"homepage": "https://dexie.org",
"authors": [
"David Fahlander"
],
"description": "Addon to Dexie that makes it possible to sync indexeDB with remote databases.",
"main": "dist/dexie-syncable.js",
"esnext:main": "dist/dexie-syncable.es6.js",
"moduleType": [
"es6",
"amd",
"node",
"globals"
],
"keywords": [
"indexeddb",
"dexie",
"addon"
],
"license": "Apache-2.0",
"ignore": [
"**/.*",
"src/",
"test/",
"build/"
]
}

0 comments on commit d888065

Please sign in to comment.