package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "name": "grunt-sass",
  3. "version": "0.18.1",
  4. "description": "Compile Sass to CSS using node-sass",
  5. "license": "MIT",
  6. "repository": {
  7. "type": "git",
  8. "url": "https://github.com/sindresorhus/grunt-sass"
  9. },
  10. "author": {
  11. "name": "Sindre Sorhus",
  12. "email": "sindresorhus@gmail.com",
  13. "url": "http://sindresorhus.com"
  14. },
  15. "engines": {
  16. "node": ">=0.10.0"
  17. },
  18. "scripts": {
  19. "test": "grunt"
  20. },
  21. "files": [
  22. "tasks"
  23. ],
  24. "keywords": [
  25. "gruntplugin",
  26. "css",
  27. "sass",
  28. "scss",
  29. "style",
  30. "compile",
  31. "preprocess",
  32. "compile",
  33. "libsass"
  34. ],
  35. "dependencies": {
  36. "each-async": "^1.0.0",
  37. "node-sass": "^2.0.1",
  38. "object-assign": "^2.0.0"
  39. },
  40. "devDependencies": {
  41. "grunt": "^0.4.5",
  42. "grunt-cli": "^0.1.13",
  43. "grunt-contrib-clean": "^0.6.0",
  44. "grunt-contrib-nodeunit": "^0.4.1"
  45. },
  46. "gitHead": "5b0c8a231574f043e16c3d2c2e7c6b84bc1796c3",
  47. "bugs": {
  48. "url": "https://github.com/sindresorhus/grunt-sass/issues"
  49. },
  50. "homepage": "https://github.com/sindresorhus/grunt-sass",
  51. "_id": "grunt-sass@0.18.1",
  52. "_shasum": "afc8519fdc79c102cf20a81385e1f713d8c67713",
  53. "_from": "grunt-sass@~0.18.0",
  54. "_npmVersion": "1.4.28",
  55. "_npmUser": {
  56. "name": "sindresorhus",
  57. "email": "sindresorhus@gmail.com"
  58. },
  59. "maintainers": [
  60. {
  61. "name": "sindresorhus",
  62. "email": "sindresorhus@gmail.com"
  63. }
  64. ],
  65. "dist": {
  66. "shasum": "afc8519fdc79c102cf20a81385e1f713d8c67713",
  67. "tarball": "http://registry.npmjs.org/grunt-sass/-/grunt-sass-0.18.1.tgz"
  68. },
  69. "directories": {},
  70. "_resolved": "https://registry.npmjs.org/grunt-sass/-/grunt-sass-0.18.1.tgz",
  71. "readme": "ERROR: No README data found!"
  72. }