-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 867 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
{
"name": "redux-session-storage",
"version": "2.0.1",
"description": "record redux actions to session storage",
"main": "dist/index.js",
"scripts": {
"test": "echo \"no tests\"",
"build": "babel src --out-dir dist",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/conorhastings/redux-session-storage.git"
},
"keywords": [
"redux",
"react",
"session",
"storage",
"sessionStorage",
"localStorage",
"flux",
"devtools",
"dx",
"devtool"
],
"author": "Conor Hastings",
"license": "MIT",
"bugs": {
"url": "https://github.com/conorhastings/redux-session-storage/issues"
},
"homepage": "https://github.com/conorhastings/redux-session-storage",
"devDependencies": {
"babel-cli": "^6.1.18",
"babel-preset-es2015": "^6.1.18"
}
}