forked from nilbus/Backbone.dualStorage
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
34 lines (34 loc) · 697 Bytes
/
Copy pathbower.json
File metadata and controls
34 lines (34 loc) · 697 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
{
"name": "Backbone.dualStorage",
"main": "Backbone.dualStorage.js",
"version": "1.2.0",
"homepage": "https://github.com/nilbus/Backbone.dualStorage",
"authors": [
"Edward Anderson <[email protected]>",
"Lucian Mihaila",
"Jerome Gravel-Niquet"
],
"description": "A dual (localStorage and REST) sync adapter for Backbone.js",
"keywords": [
"backbone",
"storage",
"adapter",
"localcache",
"sync"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"backbone": ">=0.9.2",
"underscore": "~1"
},
"devDependencies": {
"coffee-script": "~1"
}
}