package.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "name": "grunt-browser-sync",
  3. "description": "Live CSS reload & Browser Syncing",
  4. "version": "2.2.0",
  5. "homepage": "https://github.com/shakyshane/grunt-browser-sync",
  6. "author": {
  7. "name": "Shane Osbourne"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git://github.com/shakyshane/grunt-browser-sync.git"
  12. },
  13. "bugs": {
  14. "url": "https://github.com/shakyshane/grunt-browser-sync/issues"
  15. },
  16. "licenses": [
  17. {
  18. "type": "MIT",
  19. "url": "https://github.com/shakyshane/grunt-browser-sync/blob/master/LICENSE-MIT"
  20. }
  21. ],
  22. "main": "Gruntfile.js",
  23. "engines": {
  24. "node": ">=0.10.0"
  25. },
  26. "scripts": {
  27. "test": "jshint tasks/*.js"
  28. },
  29. "dependencies": {
  30. "browser-sync": "^2.6.4"
  31. },
  32. "keywords": [
  33. "gruntplugin",
  34. "live reload",
  35. "inject styles",
  36. "style injector",
  37. "auto refresh"
  38. ],
  39. "devDependencies": {
  40. "grunt": "^0.4.5",
  41. "grunt-autoprefixer": "^3.0.0",
  42. "grunt-cli": "^0.1.13",
  43. "grunt-concurrent": "^1.0.0",
  44. "grunt-contrib-connect": "^0.9.0",
  45. "grunt-contrib-sass": "^0.9.2",
  46. "grunt-contrib-watch": "^0.6.1",
  47. "jshint": "^2.6.3"
  48. },
  49. "__npminstall_done": true,
  50. "_from": "grunt-browser-sync@2.2.0",
  51. "_resolved": "https://registry.npmmirror.com/grunt-browser-sync/-/grunt-browser-sync-2.2.0.tgz"
  52. }