* [5afe98d](https://github.com/legoktm/jsonchecker/commit/5afe98d) Move package metadata from setup.py into package
* [ea605f9](https://github.com/legoktm/jsonchecker/commit/ea605f9) Add --values to detect duplicate values
* [3ae6c45](https://github.com/legoktm/jsonchecker/commit/3ae6c45) Let it run on parent directories
* [3dd91b9](https://github.com/legoktm/jsonchecker/commit/3dd91b9) Run slower Python builds first
* [5039c63](https://github.com/legoktm/jsonchecker/commit/5039c63) Travis test on PyPy
* [ae6c1fd](https://github.com/legoktm/jsonchecker/commit/ae6c1fd) Test more complex JSON
* [f73f4e6](https://github.com/legoktm/jsonchecker/commit/f73f4e6) Ignore `.pyc` and other common things
* [c518487](https://github.com/legoktm/jsonchecker/commit/c518487) Return the exit code from run
* [4e9f990](https://github.com/legoktm/jsonchecker/commit/4e9f990) Add installation instructions
* [9303aba](https://github.com/legoktm/jsonchecker/commit/9303aba) Require pep257>=0.7.0
* [d3da112](https://github.com/legoktm/jsonchecker/commit/d3da112) flake8 fixes
* [5599b63](https://github.com/legoktm/jsonchecker/commit/5599b63) Add flake8 modules pep257, coding and hacking