bower.json 567 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "angular-smart-table",
  3. "version": "2.1.4",
  4. "homepage": "https://github.com/lorenzofox3/Smart-Table",
  5. "authors": [
  6. "lorenzofox3 <laurent34azerty@gmail.com>"
  7. ],
  8. "description": "table module for angular",
  9. "main": "dist/smart-table.js",
  10. "keywords": [
  11. "smart-table",
  12. "angular",
  13. "table"
  14. ],
  15. "license": "MIT",
  16. "ignore": [
  17. "node_modules",
  18. "bower_components",
  19. "test",
  20. "tests"
  21. ],
  22. "dependencies": {
  23. "angular": "^1.0.0"
  24. },
  25. "devDependencies": {
  26. "angular-mocks": "^1.0.0",
  27. "jquery": "^2.0.0"
  28. }
  29. }