{
  "name": "grunt-open",
  "description": "Open urls and files from a grunt task",
  "version": "0.2.4",
  "homepage": "https://github.com/onehealth/grunt-open",
  "author": {
    "name": "Jarrod Overson",
    "email": "jsoverson@gmail.com",
    "url": "http://jarrodoverson.com/"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/onehealth/grunt-open.git"
  },
  "bugs": {
    "url": "https://github.com/onehealth/grunt-open/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/onehealth/grunt-open/blob/master/LICENSE"
    }
  ],
  "main": "Gruntfile.js",
  "bin": "bin/grunt-open",
  "engines": {
    "node": ">= 0.6.0"
  },
  "scripts": {
    "test": "grunt"
  },
  "dependencies": {
    "opn": "^5.4.0"
  },
  "devDependencies": {
    "grunt": "^1.0.3",
    "grunt-cli": "^1.3.2",
    "grunt-contrib-jshint": "^2.0.0"
  },
  "keywords": [
    "gruntplugin",
    "open",
    "url",
    "file"
  ]
}
