package.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "name": "grunt-contrib-copy",
  3. "description": "Copy files and folders.",
  4. "version": "0.5.0",
  5. "homepage": "https://github.com/gruntjs/grunt-contrib-copy",
  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-copy.git"
  13. },
  14. "bugs": {
  15. "url": "https://github.com/gruntjs/grunt-contrib-copy/issues"
  16. },
  17. "licenses": [
  18. {
  19. "type": "MIT",
  20. "url": "https://github.com/gruntjs/grunt-contrib-copy/blob/master/LICENSE-MIT"
  21. }
  22. ],
  23. "engines": {
  24. "node": ">= 0.8.0"
  25. },
  26. "scripts": {
  27. "test": "grunt test"
  28. },
  29. "devDependencies": {
  30. "grunt-contrib-jshint": "~0.6.2",
  31. "grunt-contrib-nodeunit": "~0.2.0",
  32. "grunt-contrib-clean": "~0.5.0",
  33. "grunt-contrib-internal": "~0.4.5",
  34. "grunt": "~0.4.0"
  35. },
  36. "peerDependencies": {
  37. "grunt": "~0.4.0"
  38. },
  39. "keywords": [
  40. "gruntplugin"
  41. ],
  42. "files": [
  43. "tasks",
  44. "LICENSE-MIT"
  45. ],
  46. "__npminstall_done": true,
  47. "_from": "grunt-contrib-copy@0.5.0",
  48. "_resolved": "https://registry.npmmirror.com/grunt-contrib-copy/-/grunt-contrib-copy-0.5.0.tgz"
  49. }