.bower.json 532 B

12345678910111213141516171819202122
  1. {
  2. "name": "zepto",
  3. "description": "Shim repository for the Zepto.js JavaScript library.",
  4. "version": "1.2.0",
  5. "main": "./zepto.js",
  6. "ignore": [
  7. "*.md",
  8. ".gitignore",
  9. "Makefile"
  10. ],
  11. "homepage": "https://github.com/components/zepto",
  12. "_release": "1.2.0",
  13. "_resolution": {
  14. "type": "version",
  15. "tag": "1.2.0",
  16. "commit": "6ae82d4e9d6509f1f585d718ced3624f11b3c940"
  17. },
  18. "_source": "https://github.com/components/zepto.git",
  19. "_target": "^1.2.0",
  20. "_originalSource": "zepto",
  21. "_direct": true
  22. }