{
  "name": "grunt-style-injector",
  "description": "Inject CSS into multiple browsers without reloading the page. Full browser support (back to IE7).",
  "version": "0.1.9",
  "homepage": "https://github.com/shakyshane/grunt-style-injector",
  "author": {
    "name": "Shane Osbourne"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/shakyshane/grunt-style-injector.git"
  },
  "bugs": {
    "url": "https://github.com/shakyshane/grunt-style-injector/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/shakyshane/grunt-style-injector/blob/master/LICENSE-MIT"
    }
  ],
  "main": "Gruntfile.js",
  "engines": {
    "node": ">= 0.8.0"
  },
  "scripts": {
    "test": "grunt test"
  },
  "devDependencies": {
    "grunt-contrib-jshint": "~0.6.0",
    "grunt-contrib-clean": "~0.4.0",
    "grunt-contrib-nodeunit": "~0.2.0",
    "grunt-contrib-uglify": "~0.2.2"
  },
  "peerDependencies": {
    "grunt": "~0.4.1",
    "portscanner": "~0.1.3",
    "path": "*",
    "url": "*",
    "open": "*",
    "async": "~0.2.9",
    "chokidar": "~0.6.2",
    "lodash": "~1.3.1",
    "cli-color": "~0.2.2",
    "socket.io": "~0.9.16",
    "connect": "~2.8.4",
    "grunt-contrib-watch": "~0.5.1",
    "ua-parser-js": "~0.6.2"
  },
  "keywords": [
    "gruntplugin",
    "live reload",
    "inject styles",
    "style injector",
    "auto refresh"
  ]
}
