mirror of
https://github.com/andrewgioia/keyrune.git
synced 2024-12-23 16:09:56 +00:00
30 lines
523 B
JSON
30 lines
523 B
JSON
|
{
|
||
|
"name": "components/zepto",
|
||
|
"description": "Shim repository for the Zepto.js JavaScript library.",
|
||
|
"type": "component",
|
||
|
"keywords": [
|
||
|
"JavaScript"
|
||
|
],
|
||
|
"homepage": "http://zeptojs.com",
|
||
|
"license": "MIT",
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Thomas Fuchs",
|
||
|
"homepage": "https://github.com/madrobby"
|
||
|
}
|
||
|
],
|
||
|
"extra": {
|
||
|
"component": {
|
||
|
"scripts": [
|
||
|
"zepto.js"
|
||
|
],
|
||
|
"files": [
|
||
|
"zepto.min.js"
|
||
|
],
|
||
|
"shim": {
|
||
|
"exports": "Zepto"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|