bower.json 470 B

1234567891011121314151617181920212223
  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. }
  22. }