package.json 776 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "name": "grunt-contrib-copy",
  3. "description": "Copy files and folders",
  4. "version": "1.0.0",
  5. "author": {
  6. "name": "Grunt Team",
  7. "url": "http://gruntjs.com/"
  8. },
  9. "repository": "gruntjs/grunt-contrib-copy",
  10. "license": "MIT",
  11. "engines": {
  12. "node": ">=0.10.0"
  13. },
  14. "main": "tasks/copy.js",
  15. "scripts": {
  16. "test": "grunt test"
  17. },
  18. "dependencies": {
  19. "chalk": "^1.1.1",
  20. "file-sync-cmp": "^0.1.0"
  21. },
  22. "devDependencies": {
  23. "grunt": "^0.4.5",
  24. "grunt-cli": "^0.1.13",
  25. "grunt-contrib-clean": "^1.0.0",
  26. "grunt-contrib-internal": "^0.4.5",
  27. "grunt-contrib-jshint": "^1.0.0",
  28. "grunt-contrib-nodeunit": "^0.4.1"
  29. },
  30. "keywords": [
  31. "gruntplugin"
  32. ],
  33. "files": [
  34. "tasks"
  35. ],
  36. "appveyor_id": "fe6l517l01ys2y86"
  37. }