component.json 241 B

12345678910111213
  1. {
  2. "name": "zepto",
  3. "repo": "components/zepto",
  4. "description": "Shim repository for the Zepto.js JavaScript library.",
  5. "version": "1.2.0",
  6. "main": "zepto.js",
  7. "scripts": [
  8. "zepto.js"
  9. ],
  10. "files": [
  11. "zepto.min.js"
  12. ]
  13. }