package.json 2.2 KB

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