-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 936 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
{
"name": "redux-persist-indexeddb-storage",
"version": "1.0.4",
"description": "Redux Persist storage engine using Indexeddb",
"main": "dist/index.js",
"scripts": {
"build": "babel lib/index.js -d dist",
"test": "jest --verbose"
},
"repository": {
"type": "git",
"url": "git+https://github.com/machester4/redux-persist-indexeddb-storage.git"
},
"keywords": [
"redux",
"localforage",
"redux-persist",
"indexeddb"
],
"author": "Michael Pintos",
"license": "MIT",
"bugs": {
"url": "https://github.com/machester4/redux-persist-indexeddb-storage/issues"
},
"homepage": "https://github.com/machester4/redux-persist-indexeddb-storage#readme",
"dependencies": {
"localforage": "^1.7.4"
},
"devDependencies": {
"@babel/cli": "^7.7.5",
"@babel/core": "^7.7.5",
"@babel/preset-env": "^7.7.6",
"babel-preset-minify": "^0.5.1",
"jest": "^24.9.0"
}
}