forked from Cormant-Incorporated/backbone-storage-sync
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 920 Bytes
/
package.json
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
{
"name": "backbone-storage-sync",
"version": "1.0.1",
"author": "Cormant, Inc. <[email protected]>",
"description": "A mixin for Backbone.sync to synchronize to session or local storage instead of a remote server",
"main": "backbone-storage-sync.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]:Cormant-Incorporated/backbone-storage-sync.git"
},
"keywords": [
"backbone",
"storage",
"sync",
"localStorage",
"sessionStorage"
],
"license": "MIT",
"homepage": "https://github.com/Cormant-Incorporated/backbone-storage-sync",
"private": false,
"devDependencies": {
"chai": "^3.3.0",
"jquery": "^2.1.4",
"lodash": "^3.10.1",
"mocha": "^2.3.4",
"requirejs": "^2.1.20",
"sinon": "^1.17.1"
},
"dependencies": {
"backbone": "^1.2.3"
}
}