package.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "name": "grunt-contrib-clean",
  3. "description": "Clean files and folders.",
  4. "version": "0.5.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. "main": "Gruntfile.js",
  24. "engines": {
  25. "node": ">= 0.8.0"
  26. },
  27. "scripts": {
  28. "test": "grunt test"
  29. },
  30. "dependencies": {
  31. "rimraf": "~2.2.1"
  32. },
  33. "devDependencies": {
  34. "grunt-contrib-jshint": "~0.2.0",
  35. "grunt-contrib-nodeunit": "~0.1.2",
  36. "grunt-contrib-internal": "~0.4.4",
  37. "grunt": "~0.4.0"
  38. },
  39. "peerDependencies": {
  40. "grunt": "~0.4.0"
  41. },
  42. "keywords": [
  43. "gruntplugin"
  44. ],
  45. "__npminstall_done": true,
  46. "_from": "grunt-contrib-clean@0.5.0",
  47. "_resolved": "https://registry.npmmirror.com/grunt-contrib-clean/-/grunt-contrib-clean-0.5.0.tgz"
  48. }