commit 462478d938b205224b337aabbe57913fed264d66 Author: jakub-g <jakub.g.opensource@gmail.com> Date: Sun Feb 15 01:23:09 2015 +0100 Initial commit .gitattributes | 1 + .gitignore | 1 + .travis.yml | 5 ++ LICENSE | 21 ++++++ README.md | 155 +++++++++++++++++++++++++++++++++++++++ bin/ansi2html | 17 +++++ examples/git-show-stat.html | 20 +++++ examples/git-show-stat.txt | 18 +++++ lib/ansi2html.js | 173 ++++++++++++++++++++++++++++++++++++++++++++ lib/ansispan2.js | 73 +++++++++++++++++++ package.json | 37 ++++++++++ 11 files changed, 521 insertions(+)