package.json 999 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "name": "grunt-wiredep",
  3. "description": "Inject your Bower dependencies right into your HTML from Grunt.",
  4. "version": "2.0.0",
  5. "homepage": "http://stephenplusplus.github.io/grunt-wiredep",
  6. "author": {
  7. "name": "Stephen Sawchuk",
  8. "email": "sawchuk@gmail.com",
  9. "url": "http://github.com/stephenplusplus"
  10. },
  11. "keywords": [
  12. "gruntplugin",
  13. "html",
  14. "grunt",
  15. "bower",
  16. "package",
  17. "wiredep",
  18. "dependency",
  19. "component",
  20. "postinstall"
  21. ],
  22. "repository": "stephenplusplus/grunt-wiredep",
  23. "licenses": [
  24. {
  25. "type": "MIT",
  26. "url": "https://github.com/stephenplusplus/grunt-wiredep/blob/master/LICENSE-MIT"
  27. }
  28. ],
  29. "engines": {
  30. "node": ">=0.8.0",
  31. "npm": ">=1.2.10"
  32. },
  33. "peerDependencies": {
  34. "grunt": "~0.4.0"
  35. },
  36. "dependencies": {
  37. "wiredep": "^2.1.0"
  38. },
  39. "__npminstall_done": true,
  40. "_from": "grunt-wiredep@2.0.0",
  41. "_resolved": "https://registry.npmmirror.com/grunt-wiredep/-/grunt-wiredep-2.0.0.tgz"
  42. }