package.json 994 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "name": "grunt-contrib-less",
  3. "description": "Compile LESS files to CSS",
  4. "version": "1.4.1",
  5. "author": {
  6. "name": "Grunt Team",
  7. "url": "http://gruntjs.com/"
  8. },
  9. "repository": "gruntjs/grunt-contrib-less",
  10. "license": "MIT",
  11. "engines": {
  12. "node": ">=0.10.0"
  13. },
  14. "main": "tasks/less.js",
  15. "scripts": {
  16. "test": "grunt test"
  17. },
  18. "dependencies": {
  19. "async": "^2.0.0",
  20. "chalk": "^1.0.0",
  21. "less": "~2.7.1",
  22. "lodash": "^4.8.2"
  23. },
  24. "devDependencies": {
  25. "grunt": "^1.0.0",
  26. "grunt-contrib-clean": "^1.0.0",
  27. "grunt-contrib-internal": "^1.1.0",
  28. "grunt-contrib-jshint": "^1.0.0",
  29. "grunt-contrib-nodeunit": "^1.0.0",
  30. "less-plugin-clean-css": "^1.5.0"
  31. },
  32. "keywords": [
  33. "gruntplugin"
  34. ],
  35. "files": [
  36. "tasks"
  37. ],
  38. "appveyor_id": "e3aa4d07xe4w4u05",
  39. "__npminstall_done": true,
  40. "_from": "grunt-contrib-less@1.4.1",
  41. "_resolved": "https://registry.npmmirror.com/grunt-contrib-less/-/grunt-contrib-less-1.4.1.tgz"
  42. }