Aucune description

package.json 1018B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "name": "grunt-contrib-clean",
  3. "description": "Clean files and folders.",
  4. "version": "0.6.0",
  5. "homepage": "https://github.com/gruntjs/grunt-contrib-clean",
  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-clean.git"
  13. },
  14. "bugs": {
  15. "url": "https://github.com/gruntjs/grunt-contrib-clean/issues"
  16. },
  17. "licenses": [
  18. {
  19. "type": "MIT",
  20. "url": "https://github.com/gruntjs/grunt-contrib-clean/blob/master/LICENSE-MIT"
  21. }
  22. ],
  23. "engines": {
  24. "node": ">= 0.8.0"
  25. },
  26. "scripts": {
  27. "test": "grunt test"
  28. },
  29. "dependencies": {
  30. "rimraf": "~2.2.1"
  31. },
  32. "devDependencies": {
  33. "grunt-contrib-jshint": "~0.10.0",
  34. "grunt-contrib-nodeunit": "~0.3.3",
  35. "grunt-contrib-internal": "~0.4.10",
  36. "grunt": "~0.4.0"
  37. },
  38. "peerDependencies": {
  39. "grunt": "~0.4.0"
  40. },
  41. "keywords": [
  42. "gruntplugin"
  43. ],
  44. "files": [
  45. "tasks",
  46. "LICENSE-MIT"
  47. ]
  48. }