mirror of
https://github.com/andrewgioia/keyrune.git
synced 2024-12-23 16:09:56 +00:00
14 lines
241 B
JSON
14 lines
241 B
JSON
|
{
|
||
|
"name": "zepto",
|
||
|
"repo": "components/zepto",
|
||
|
"description": "Shim repository for the Zepto.js JavaScript library.",
|
||
|
"version": "1.2.0",
|
||
|
"main": "zepto.js",
|
||
|
"scripts": [
|
||
|
"zepto.js"
|
||
|
],
|
||
|
"files": [
|
||
|
"zepto.min.js"
|
||
|
]
|
||
|
}
|