{
  "name": "js-object-pretty-print",
  "version": "0.3.0",
  "description": "Serializes a javascript object to a printable string. String is formatted to be used in either pure text environments, like a console log or in HTML or to create a JSON output.",
  "main": "index.js",
  "scripts": {
    "test": "grunt mochaTest"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/cvadillo/js-object-pretty-print.git"
  },
  "keywords": [
    "Javascript",
    "Object",
    "pretty",
    "print"
  ],
  "author": "Carlos M. Vadillo <carlos.vadillo@gmail.com> (http://carlosvadillo.com/)",
  "license": "Apache V2",
  "bugs": {
    "url": "https://github.com/cvadillo/js-object-pretty-print/issues"
  },
  "homepage": "https://github.com/cvadillo/js-object-pretty-print",
  "devDependencies": {
    "chai": "^1.9.1",
    "grunt": "^0.4.5",
    "grunt-contrib-compress": "^0.10.0",
    "grunt-jslint": "^1.1.12",
    "grunt-mocha-test": "^0.11.0",
    "grunt-contrib-uglify": "~0.2.7",
    "grunt-contrib-copy": "^0.5.0",
    "mocha": "^1.21.4"
  }
}
