No Description

package.json 920B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "name": "grunt-contrib-concat",
  3. "description": "Concatenate files.",
  4. "version": "0.5.1",
  5. "author": {
  6. "name": "Grunt Team",
  7. "url": "http://gruntjs.com/"
  8. },
  9. "repository": "gruntjs/grunt-contrib-concat",
  10. "licenses": [
  11. {
  12. "type": "MIT",
  13. "url": "https://github.com/gruntjs/grunt-contrib-concat/blob/master/LICENSE-MIT"
  14. }
  15. ],
  16. "engines": {
  17. "node": ">=0.10.0"
  18. },
  19. "scripts": {
  20. "test": "grunt test"
  21. },
  22. "dependencies": {
  23. "chalk": "^0.5.1",
  24. "source-map": "^0.3.0"
  25. },
  26. "devDependencies": {
  27. "grunt": "^0.4.5",
  28. "grunt-cli": "^0.1.13",
  29. "grunt-contrib-clean": "^0.6.0",
  30. "grunt-contrib-internal": "^0.4.2",
  31. "grunt-contrib-jshint": "^0.11.0",
  32. "grunt-contrib-nodeunit": "^0.4.0"
  33. },
  34. "peerDependencies": {
  35. "grunt": ">=0.4.0"
  36. },
  37. "keywords": [
  38. "gruntplugin"
  39. ],
  40. "files": [
  41. "tasks"
  42. ],
  43. "appveyor_id": "l42173901ms416km"
  44. }