bower.json 558 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "abp-web-resources",
  3. "homepage": "http://www.aspnetboilerplate.com/",
  4. "authors": [
  5. "Halil İbrahim Kalkan"
  6. ],
  7. "version": "v3.8.5",
  8. "description": "Script and style resources for ASP.NET Boilerplate based web projects.",
  9. "main": "Abp/Framework/scripts/abp.js",
  10. "moduleType": [],
  11. "keywords": [
  12. "asp.net",
  13. "boilerplate",
  14. "web",
  15. "framework",
  16. "resources"
  17. ],
  18. "license": "MIT",
  19. "ignore": [
  20. "**/.*",
  21. "node_modules",
  22. "bower_components",
  23. "test",
  24. "tests",
  25. ".nuget",
  26. "packages"
  27. ]
  28. }