package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "name": "grunt-contrib-sass",
  3. "description": "Compile Sass to CSS",
  4. "version": "0.7.4",
  5. "homepage": "https://github.com/gruntjs/grunt-contrib-sass",
  6. "author": {
  7. "name": "Grunt Team",
  8. "url": "http://gruntjs.com/"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "git://github.com/gruntjs/grunt-contrib-sass"
  13. },
  14. "licenses": [
  15. {
  16. "type": "MIT",
  17. "url": "https://github.com/gruntjs/grunt-contrib-sass/blob/master/LICENSE-MIT"
  18. }
  19. ],
  20. "engines": {
  21. "node": ">=0.10.0"
  22. },
  23. "scripts": {
  24. "test": "grunt test"
  25. },
  26. "dependencies": {
  27. "async": "^0.9.0",
  28. "chalk": "^0.5.1",
  29. "dargs": "^0.1.0",
  30. "which": "^1.0.5",
  31. "win-spawn": "^2.0.0"
  32. },
  33. "devDependencies": {
  34. "grunt": "^0.4.5",
  35. "grunt-contrib-clean": "^0.6.0",
  36. "grunt-contrib-internal": "^0.4.10",
  37. "grunt-contrib-jshint": "^0.10.0",
  38. "grunt-contrib-nodeunit": "^0.4.1"
  39. },
  40. "peerDependencies": {
  41. "grunt": ">=0.4.0"
  42. },
  43. "keywords": [
  44. "gruntplugin",
  45. "scss",
  46. "sass",
  47. "css",
  48. "compile",
  49. "preprocessor",
  50. "style"
  51. ],
  52. "contributors": [
  53. {
  54. "name": "Sindre Sorhus",
  55. "url": "http://github.com/sindresorhus"
  56. }
  57. ],
  58. "gitHead": "54740001ee366d7e4a90df46a342a25a36ff0211",
  59. "bugs": {
  60. "url": "https://github.com/gruntjs/grunt-contrib-sass/issues"
  61. },
  62. "_id": "grunt-contrib-sass@0.7.4",
  63. "_shasum": "1de0f7c3bc40f15254e135777b5f094c921e9564",
  64. "_from": "grunt-contrib-sass@^0.7.3",
  65. "_npmVersion": "1.4.14",
  66. "_npmUser": {
  67. "name": "sindresorhus",
  68. "email": "sindresorhus@gmail.com"
  69. },
  70. "maintainers": [
  71. {
  72. "name": "tkellen",
  73. "email": "tyler@sleekcode.net"
  74. },
  75. {
  76. "name": "cowboy",
  77. "email": "cowboy@rj3.net"
  78. },
  79. {
  80. "name": "sindresorhus",
  81. "email": "sindresorhus@gmail.com"
  82. },
  83. {
  84. "name": "shama",
  85. "email": "kyle@dontkry.com"
  86. },
  87. {
  88. "name": "jmeas",
  89. "email": "jellyes2@gmail.com"
  90. }
  91. ],
  92. "dist": {
  93. "shasum": "1de0f7c3bc40f15254e135777b5f094c921e9564",
  94. "tarball": "http://registry.npmjs.org/grunt-contrib-sass/-/grunt-contrib-sass-0.7.4.tgz"
  95. },
  96. "directories": {},
  97. "_resolved": "https://registry.npmjs.org/grunt-contrib-sass/-/grunt-contrib-sass-0.7.4.tgz",
  98. "readme": "ERROR: No README data found!"
  99. }