package.json 981 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "name": "grunt-contrib-concat",
  3. "description": "Concatenate files.",
  4. "version": "0.3.0",
  5. "homepage": "https://github.com/gruntjs/grunt-contrib-concat",
  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-concat.git"
  13. },
  14. "bugs": {
  15. "url": "https://github.com/gruntjs/grunt-contrib-concat/issues"
  16. },
  17. "licenses": [
  18. {
  19. "type": "MIT",
  20. "url": "https://github.com/gruntjs/grunt-contrib-concat/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. "devDependencies": {
  31. "grunt-contrib-jshint": "~0.2.0",
  32. "grunt-contrib-nodeunit": "~0.1.2",
  33. "grunt-contrib-clean": "~0.4.0",
  34. "grunt-contrib-internal": "~0.4.2",
  35. "grunt": "~0.4.0"
  36. },
  37. "peerDependencies": {
  38. "grunt": "~0.4.0"
  39. },
  40. "keywords": [
  41. "gruntplugin"
  42. ]
  43. }