bower.json 289 B

12345678910111213141516
  1. {
  2. "name": "hammerjs",
  3. "main": "hammer.js",
  4. "ignore": [
  5. "tests",
  6. "src",
  7. ".bowerrc",
  8. ".gitignore",
  9. ".jscsrc",
  10. ".jshintrc",
  11. ".travis.yml",
  12. "component.json",
  13. "Gruntfile.coffee",
  14. "package.json"
  15. ]
  16. }