package.json 670 B

12345678910111213141516171819202122
  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. "scripts": {},
  7. "repository": {
  8. "type": "git",
  9. "url": "git+https://github.com/gurayyarar/AdminBSBMaterialDesign.git"
  10. },
  11. "author": "Güray Yarar",
  12. "license": "MIT",
  13. "bugs": {
  14. "url": "https://github.com/gurayyarar/AdminBSBMaterialDesign/issues"
  15. },
  16. "homepage": "https://github.com/gurayyarar/AdminBSBMaterialDesign#readme",
  17. "devDependencies": {
  18. "eslint": "^5.10.0",
  19. "eslint-config-airbnb-base": "^13.1.0",
  20. "eslint-plugin-import": "^2.14.0"
  21. }
  22. }