-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
42 lines (42 loc) · 874 Bytes
/
bower.json
File metadata and controls
42 lines (42 loc) · 874 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "Backbone.IDBDualStorage",
"main": "backbone.idbdualstorage.ks",
"version": "0.0.1",
"homepage": "https://github.com/insideabit/Backbone.IDBDualStorage",
"authors": [
"Inside a bit"
],
"description": "A dual (IndexedDB and REST) sync adapter for Backbone.js",
"moduleType": [
"amd",
"globals",
"node"
],
"keywords": [
"backbone",
"storage",
"adapter",
"sync",
"indexeddb",
"idb"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"backbone": "~1.1.2",
"underscore": "~1.7.0",
"indexeddb-backbonejs-adapter": "git://github.com/SonoIo/indexeddb-backbonejs-adapter.git#master",
"jquery": "~2.1.1",
"idb": "~1.0.0"
},
"devDependencies": {
"mocha": "~1.21.4",
"chai": "~1.9.2"
}
}