1
0

package.json 700 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "icheck-bootstrap",
  3. "version": "3.0.1",
  4. "description": "Pure css checkboxes and radio buttons for Twitter Bootstrap.",
  5. "main": "icheck-bootstrap.css",
  6. "files": [
  7. "icheck-bootstrap.css",
  8. "icheck-bootstrap.min.css"
  9. ],
  10. "bugs": {
  11. "url": "https://github.com/bantikyan/icheck-bootstrap/issues"
  12. },
  13. "homepage": "https://github.com/bantikyan/icheck-bootstrap#readme",
  14. "repository": {
  15. "type": "git",
  16. "url": "git+https://github.com/bantikyan/icheck-bootstrap.git"
  17. },
  18. "author": {
  19. "name": "Hovhannes Bantikyan"
  20. },
  21. "keywords": [
  22. "checkbox",
  23. "radio",
  24. "bootstrap",
  25. "pure",
  26. "css"
  27. ],
  28. "license": "MIT"
  29. }