bower.json 245 B

12345678910111213
  1. {
  2. "name": "select",
  3. "version": "1.1.0",
  4. "description": "Programmatically select the text of a HTML element",
  5. "license": "MIT",
  6. "main": "dist/select.js",
  7. "keywords": [
  8. "range",
  9. "select",
  10. "selecting",
  11. "selection"
  12. ]
  13. }