bower.json 541 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "unipointer",
  3. "main": "unipointer.js",
  4. "dependencies": {
  5. "ev-emitter": "^1.0.1"
  6. },
  7. "homepage": "https://github.com/metafizzy/unipointer",
  8. "authors": [
  9. "David DeSandro <desandrocodes@gmail.com>"
  10. ],
  11. "description": "Do one thing with one pointer",
  12. "moduleType": [
  13. "amd",
  14. "globals",
  15. "node"
  16. ],
  17. "keywords": [
  18. "pointer",
  19. "touch",
  20. "mouse"
  21. ],
  22. "license": "MIT",
  23. "ignore": [
  24. "**/.*",
  25. "node_modules",
  26. "bower_components",
  27. "test",
  28. "tests",
  29. "package.json"
  30. ]
  31. }