gitextract_9uhaz__j/ ├── .babelrc ├── .gitignore ├── .istanbul.yml ├── .travis.yml ├── README.md ├── index.js ├── lib/ │ └── index.js ├── package.json ├── src/ │ └── index.js └── test/ ├── _action_types.js ├── reducers/ │ ├── index.js │ ├── todos.js │ └── todosobject.js ├── standalone.js ├── with-redux-object.js └── with-redux.js