{
  "main": "./lib/nslog.js",
  "name": "nslog",
  "description": "Cross platform native logging",
  "version": "3.2.0",
  "licenses": [
    {
      "type": "MIT",
      "url": "http://github.com/atom/node-nslog/raw/master/LICENSE.md"
    }
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/atom/node-nslog.git"
  },
  "bugs": {
    "url": "https://github.com/atom/node-nslog/issues"
  },
  "scripts": {
    "prepublish": "grunt coffee",
    "test": "jasmine-node --captureExceptions --coffee spec/"
  },
  "devDependencies": {
    "jasmine-node": "~1.5.0",
    "grunt": "~0.4.1",
    "grunt-contrib-coffee": "~0.6.6",
    "grunt-cli": "~0.1.7",
    "grunt-shell": "~0.2.2",
    "coffee-script": "~1.6.2"
  },
  "dependencies": {
    "nan": "^2.14.0"
  }
}
