bower.json 442 B

123456789101112131415161718192021222324
  1. {
  2. "name": "is-class",
  3. "main": "is-class.js",
  4. "version": "0.0.4",
  5. "homepage": "https://github.com/miguelmota/is-class",
  6. "authors": [
  7. "Miguel Mota <miguelmota2@gmail.com>"
  8. ],
  9. "description": "Check if function is an ES6 class.",
  10. "keywords": [
  11. "predicate",
  12. "function",
  13. "class",
  14. "es6"
  15. ],
  16. "ignore": [
  17. "**/.*",
  18. "node_modules",
  19. "bower_components",
  20. "test",
  21. "tests"
  22. ],
  23. "license": "MIT"
  24. }