{
  "name": "vega-logging",
  "version": "1.0.2",
  "description": "Vega logging utility methods.",
  "repository": {
    "type": "git",
    "url": "http://github.com/vega/vega-logging.git"
  },
  "author": {
    "name": "Arvind Satyanarayan",
    "url": "http://arvindsatya.com"
  },
  "license": "BSD-3-Clause",
  "devDependencies": {
    "browserify": "^10.2.6",
    "jshint": "2.8.x",
    "uglify-js": "2.4.x"
  },
  "main": "index.js",
  "scripts": {
    "lint": "jshint index.js",
    "build": "browserify index.js -s vg.log -o vega-logging.js",
    "postbuild": "uglifyjs vega-logging.js -cm > vega-logging.min.js"
  }
}
