.bower.json 861 B

123456789101112131415161718192021222324252627282930313233343536373839
  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. "_release": "2.1.4",
  30. "_resolution": {
  31. "type": "version",
  32. "tag": "v2.1.4",
  33. "commit": "5ce17f137a1ad0ab1a6b76add47446bc76be0f1e"
  34. },
  35. "_source": "git://github.com/lorenzofox3/Smart-Table.git",
  36. "_target": "~2.1.4",
  37. "_originalSource": "angular-smart-table",
  38. "_direct": true
  39. }