{
  "name": "ansi-to-html-umd",
  "version": "0.4.2",
  "description": "Convert ansi escaped text streams to html.",
  "engines": { "node": "*" },
  "main": "lib/ansi_to_html.umd.js",
  "scripts": {
    "test": "grunt simplemocha"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/rburns/ansi-to-html.git"
  },
  "bugs": {
    "url": "https://github.com/rburns/ansi-to-html/issues"
  },
  "keywords": [
    "ansi",
    "html"
  ],
  "author": {
    "name": "Rob Burns",
    "email": "rburns@paiges.net",
    "url": "http://rburns.paiges.net/"
  },
  "contributors": [{
    "name": "Michael",
    "email": "michael@riesd.com"
  }, {
	"name": "Thorsten Kohnhorst",
	"email": "monsterkodi@gmx.net"
  }, {
    "name": "Yoram Grahame",
    "email": "yoz@yoz.com"
  }, {
    "name": "Bryan Ross",
    "email": "bryan@rossipedia.com"
  }],
  "license":  "MIT",
  "devDependencies": {
    "chai": "~3.5.0",
    "entities": "^1.1.1",
    "grunt": "~0.4.5",
    "grunt-contrib-coffee": "^0.13.0",
    "grunt-contrib-watch": "~0.6.1",
    "grunt-simple-mocha": "~0.4.1",
    "grunt-webpack": "^1.0.11",
    "json-loader": "^0.5.4",
    "webpack": "^1.12.14",
    "webpack-dev-server": "^1.14.1"
  }
}
