| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 | {  "name": "grunt-browser-sync",  "description": "Live CSS reload & Browser Syncing",  "version": "2.2.0",  "homepage": "https://github.com/shakyshane/grunt-browser-sync",  "author": {    "name": "Shane Osbourne"  },  "repository": {    "type": "git",    "url": "git://github.com/shakyshane/grunt-browser-sync.git"  },  "bugs": {    "url": "https://github.com/shakyshane/grunt-browser-sync/issues"  },  "licenses": [    {      "type": "MIT",      "url": "https://github.com/shakyshane/grunt-browser-sync/blob/master/LICENSE-MIT"    }  ],  "main": "Gruntfile.js",  "engines": {    "node": ">=0.10.0"  },  "scripts": {    "test": "jshint tasks/*.js"  },  "dependencies": {    "browser-sync": "^2.6.4"  },  "keywords": [    "gruntplugin",    "live reload",    "inject styles",    "style injector",    "auto refresh"  ],  "devDependencies": {    "grunt": "^0.4.5",    "grunt-autoprefixer": "^3.0.0",    "grunt-cli": "^0.1.13",    "grunt-concurrent": "^1.0.0",    "grunt-contrib-connect": "^0.9.0",    "grunt-contrib-sass": "^0.9.2",    "grunt-contrib-watch": "^0.6.1",    "jshint": "^2.6.3"  },  "__npminstall_done": true,  "_from": "grunt-browser-sync@2.2.0",  "_resolved": "https://registry.npmmirror.com/grunt-browser-sync/-/grunt-browser-sync-2.2.0.tgz"}
 |