bower.json 436 B

12345678910111213141516171819
  1. {
  2. "name": "adminbsb-materialdesign",
  3. "version": "1.0.5",
  4. "description": "AdminBSB - Free admin panel that is based on Bootstrap 3.x with Material Design",
  5. "main": "js/admin.js",
  6. "authors": [
  7. "Güray Yarar"
  8. ],
  9. "license": "MIT",
  10. "homepage": "https://github.com/gurayyarar/AdminBSBMaterialDesign",
  11. "moduleType": [],
  12. "ignore": [
  13. "**/.*",
  14. "node_modules",
  15. "bower_components",
  16. "test",
  17. "tests"
  18. ]
  19. }