File tree 1 file changed +8
-15
lines changed
1 file changed +8
-15
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " redux-devtools-log-monitor-filterable " ,
3
- "version" : " 1.0.1 " ,
4
- "description" : " Redux DevTools tree view monitor with the ability to filter actions." ,
2
+ "name" : " redux-devtools-filter-actions " ,
3
+ "version" : " 1.0.0 " ,
4
+ "description" : " A composable monitor for Redux DevTools with the ability to filter actions." ,
5
5
"main" : " lib/index.js" ,
6
+ "files" : [" lib" ],
6
7
"scripts" : {
7
8
"clean" : " rimraf lib" ,
8
9
"build" : " babel src --out-dir lib" ,
13
14
},
14
15
"repository" : {
15
16
"type" : " git" ,
16
- "url" : " https://github.com/zalmoxisus/redux-devtools-log-monitor-filtarable .git"
17
+ "url" : " https://github.com/zalmoxisus/redux-devtools-filter-actions .git"
17
18
},
18
19
"keywords" : [
19
20
" redux" ,
24
25
" time travel" ,
25
26
" live edit"
26
27
],
27
- "authors" : [
28
- " Mihail Diordiev <zalmoxisus@gmail.com> (https://github.com/zalmoxisus)" ,
29
- " Dan Abramov <dan.abramov@me.com> (http://github.com/gaearon)"
30
- ],
28
+ "author" : " Mihail Diordiev <zalmoxisus@gmail.com> (https://github.com/zalmoxisus)" ,
31
29
"license" : " MIT" ,
32
30
"bugs" : {
33
- "url" : " https://github.com/gaearon /redux-devtools-log-monitor /issues"
31
+ "url" : " https://github.com/zalmoxisus /redux-devtools-filter-actions /issues"
34
32
},
35
- "homepage" : " https://github.com/gaearon /redux-devtools-log-monitor " ,
33
+ "homepage" : " https://github.com/zalmoxisus /redux-devtools-filter-actions " ,
36
34
"devDependencies" : {
37
35
"babel-cli" : " ^6.3.15" ,
38
36
"babel-core" : " ^6.1.20" ,
53
51
"peerDependencies" : {
54
52
"react" : " ^0.14.0" ,
55
53
"redux-devtools" : " ^3.0.0"
56
- },
57
- "dependencies" : {
58
- "react-json-tree" : " ^0.3.0" ,
59
- "react-pure-render" : " ^1.0.2" ,
60
- "redux-devtools-themes" : " ^1.0.0"
61
54
}
62
55
}
You can’t perform that action at this time.
0 commit comments