-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
40 lines (40 loc) · 1001 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
39
40
{
"name": "redux-localstorage-filter",
"version": "0.1.1",
"description": "Storage enhancer to persist a subset of your state.",
"main": "lib/filter.js",
"scripts": {
"prepublish": "make test clean build",
"test": "make test"
},
"files": [
"lib/",
"package.json",
"README.md"
],
"repository": {
"type": "git",
"url": "git+https://github.com/elgerlambert/redux-localstorage-filter.git"
},
"keywords": [
"redux",
"redux-localstorage",
"storage enhancer",
"filter"
],
"author": "Elger Lambert <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/elgerlambert/redux-localstorage-filter/issues"
},
"homepage": "https://github.com/elgerlambert/redux-localstorage-filter#readme",
"devDependencies": {
"babel": "^5.8.23",
"babel-core": "^5.8.23",
"babel-eslint": "^4.1.0",
"chai": "^3.2.0",
"eslint": "^1.3.1",
"eslint-config-airbnb": "0.0.8",
"mocha": "^2.2.5"
}
}