暫無描述

package.json 1.0KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "name": "grunt-contrib-sass",
  3. "description": "Compile Sass to CSS",
  4. "version": "0.8.1",
  5. "homepage": "https://github.com/gruntjs/grunt-contrib-sass",
  6. "author": {
  7. "name": "Grunt Team",
  8. "url": "http://gruntjs.com/"
  9. },
  10. "repository": "gruntjs/grunt-contrib-sass",
  11. "licenses": [
  12. {
  13. "type": "MIT",
  14. "url": "https://github.com/gruntjs/grunt-contrib-sass/blob/master/LICENSE-MIT"
  15. }
  16. ],
  17. "engines": {
  18. "node": ">=0.10.0"
  19. },
  20. "scripts": {
  21. "test": "grunt test"
  22. },
  23. "dependencies": {
  24. "async": "^0.9.0",
  25. "chalk": "^0.5.1",
  26. "dargs": "^2.0.0",
  27. "which": "^1.0.5",
  28. "win-spawn": "^2.0.0"
  29. },
  30. "devDependencies": {
  31. "grunt": "^0.4.5",
  32. "grunt-contrib-clean": "^0.6.0",
  33. "grunt-contrib-internal": "^0.4.10",
  34. "grunt-contrib-jshint": "^0.10.0",
  35. "grunt-contrib-nodeunit": "^0.4.1"
  36. },
  37. "peerDependencies": {
  38. "grunt": ">=0.4.0"
  39. },
  40. "keywords": [
  41. "gruntplugin",
  42. "scss",
  43. "sass",
  44. "css",
  45. "compile",
  46. "preprocessor",
  47. "style"
  48. ]
  49. }