.bower.json 738 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "checklist-model",
  3. "version": "0.2.4",
  4. "description": "AngularJS directive for list of checkboxes",
  5. "author": "https://github.com/vitalets",
  6. "license": "MIT",
  7. "homepage": "http://vitalets.github.io/checklist-model",
  8. "main": "checklist-model.js",
  9. "ignore": [
  10. "**/.*",
  11. "node_modules",
  12. "docs",
  13. "Gruntfile.js",
  14. "index.html",
  15. "package.json"
  16. ],
  17. "dependencies": {
  18. "angular": ">=1.0.8"
  19. },
  20. "devDependencies": {},
  21. "_release": "0.2.4",
  22. "_resolution": {
  23. "type": "version",
  24. "tag": "0.2.4",
  25. "commit": "2374a3f9ddb506b1ef13f33c2b39bee4eae4c0d7"
  26. },
  27. "_source": "git://github.com/vitalets/checklist-model.git",
  28. "_target": "~0.2.4",
  29. "_originalSource": "checklist-model"
  30. }