package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "name": "grunt-contrib-sass",
  3. "description": "Compile Sass to CSS",
  4. "version": "0.7.3",
  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.git"
  13. },
  14. "bugs": {
  15. "url": "https://github.com/gruntjs/grunt-contrib-sass/issues"
  16. },
  17. "licenses": [
  18. {
  19. "type": "MIT",
  20. "url": "https://github.com/gruntjs/grunt-contrib-sass/blob/master/LICENSE-MIT"
  21. }
  22. ],
  23. "main": "Gruntfile.js",
  24. "engines": {
  25. "node": ">=0.8.0"
  26. },
  27. "scripts": {
  28. "test": "grunt test"
  29. },
  30. "dependencies": {
  31. "dargs": "~0.1.0",
  32. "async": "~0.2.9",
  33. "chalk": "~0.4.0",
  34. "win-spawn": "~2.0.0",
  35. "which": "~1.0.5"
  36. },
  37. "devDependencies": {
  38. "grunt-contrib-clean": "~0.5.0",
  39. "grunt-contrib-jshint": "~0.7.2",
  40. "grunt-contrib-nodeunit": "~0.2.0",
  41. "grunt-contrib-internal": "~0.4.4",
  42. "grunt": "~0.4.1"
  43. },
  44. "peerDependencies": {
  45. "grunt": "~0.4.0"
  46. },
  47. "keywords": [
  48. "gruntplugin",
  49. "scss",
  50. "sass",
  51. "css",
  52. "compile",
  53. "preprocessor",
  54. "style"
  55. ],
  56. "contributors": [
  57. {
  58. "name": "Sindre Sorhus",
  59. "url": "http://github.com/sindresorhus"
  60. }
  61. ],
  62. "_id": "grunt-contrib-sass@0.7.3",
  63. "dist": {
  64. "shasum": "71bf7c57f7fa3f9f50a8f1700b3c1e08b66e2c88",
  65. "tarball": "http://registry.npmjs.org/grunt-contrib-sass/-/grunt-contrib-sass-0.7.3.tgz"
  66. },
  67. "_from": "grunt-contrib-sass@0.7.3",
  68. "_npmVersion": "1.4.3",
  69. "_npmUser": {
  70. "name": "jmeas",
  71. "email": "jellyes2@gmail.com"
  72. },
  73. "maintainers": [
  74. {
  75. "name": "tkellen",
  76. "email": "tyler@sleekcode.net"
  77. },
  78. {
  79. "name": "cowboy",
  80. "email": "cowboy@rj3.net"
  81. },
  82. {
  83. "name": "sindresorhus",
  84. "email": "sindresorhus@gmail.com"
  85. },
  86. {
  87. "name": "shama",
  88. "email": "kyle@dontkry.com"
  89. },
  90. {
  91. "name": "jmeas",
  92. "email": "jellyes2@gmail.com"
  93. }
  94. ],
  95. "directories": {},
  96. "_shasum": "71bf7c57f7fa3f9f50a8f1700b3c1e08b66e2c88",
  97. "_resolved": "https://registry.npmjs.org/grunt-contrib-sass/-/grunt-contrib-sass-0.7.3.tgz"
  98. }