{
  "name": "json2html",
  "version": "0.0.8",
  "description": "An HTML formatter for JSON data",
  "main": "./lib/json2html.js",
  "bin": {
    "test_j2h": "./bin/test"
  },
	"dependencies": {
		"underscore" : ">=1.3.1"
	},
  "repository": {
    "type": "git",
    "url": "git://github.com/tifroz/json2html.git"
  },
  "engines": ["node >=0.6.0"],
  "keywords": ["json", "html", "formatter", "converter", "viewer"],
	"licenses": [
	    {
	      "type": "MIT +no-false-attribs"
	    }
	  ],
	"bugs" :{
		"url" : "http://github.com/tifroz/json2html/issues",
		"email" : "hhardel@gmail.com"
		}
}