forked from jeromegn/Backbone.localStorage
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
55 lines (55 loc) · 1.26 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"author": "JC Brand",
"name": "backbone.browserStorage",
"version": "1.0.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/jcbrand/Backbone.browserStorage.git"
},
"peerDependencies": {
"backbone": "1.3.3"
},
"devDependencies": {
"@babel/cli": "^7.1.0",
"@babel/core": "^7.1.0",
"@babel/preset-env": "^7.1.0",
"babel-loader": "^8.0.0",
"backbone": "^1.3.3",
"chai": "^4.2.0",
"eslint": "^5.8.0",
"eslint-plugin-lodash": "^3.1.0",
"http-server": "^0.11.1",
"jquery": "~3.3.1",
"karma": "^4.3.0",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage": "^1.1.1",
"karma-firefox-launcher": "^1.2.0",
"karma-mocha": "^1.3.0",
"karma-webpack": "^3.0.5",
"localforage": "^1.7.3",
"lodash": "^4.17.10",
"minimist": "^1.2.0",
"mocha": "^6.2.1",
"npm": "^6.4.1",
"webpack": "^4.19.1",
"webpack-cli": "^3.1.1",
"window-or-global": "^1.0.1"
},
"keywords": [
"backbone",
"browserStorage",
"localStorage",
"local",
"sessionStorage",
"session",
"storage",
"cache",
"sync"
],
"main": "./dist/backbone.browserStorage.js",
"module": "./src/backbone.browserStorage.js",
"engines": {
"node": "*"
}
}