-
Notifications
You must be signed in to change notification settings - Fork 107
/
package.json
32 lines (32 loc) · 854 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
{
"name": "redux-localstorage",
"version": "0.4.1",
"description": "Store enhancer that syncs (a subset of) your redux store state to localstorage.",
"main": "lib/persistState.js",
"scripts": {
"prepublish": "make clean build",
"test": "make test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/elgerlambert/redux-localstorage.git"
},
"keywords": [
"Redux",
"localstorage"
],
"author": "Elger Lambert <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/elgerlambert/redux-localstorage/issues"
},
"homepage": "https://github.com/elgerlambert/redux-localstorage#readme",
"devDependencies": {
"babel": "^5.8.5",
"babel-core": "^5.8.5",
"babel-eslint": "^4.0.0",
"chai": "^3.2.0",
"eslint": "^0.24.1",
"mocha": "^2.2.5"
}
}