mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-13 23:06:20 +10:00
Added Zepto 1.0 and updated package.json
This commit is contained in:
Vendored
+2
File diff suppressed because one or more lines are too long
@@ -1,24 +1,29 @@
|
||||
{
|
||||
"name": "zepto",
|
||||
"filename": "zepto.min.js",
|
||||
"version": "0.8",
|
||||
"description": "Zepto.js is a minimalist JavaScript framework for modern web browsers, with a jQuery-compatible syntax.",
|
||||
"homepage": "http://zeptojs.com/",
|
||||
"keywords": [
|
||||
"framework",
|
||||
"toolkit",
|
||||
"mobile",
|
||||
"webkit"
|
||||
],
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "Thomas Fuchs"
|
||||
}
|
||||
],
|
||||
"repositories": [
|
||||
{
|
||||
"type": "git",
|
||||
"url": "https://github.com/madrobby/zepto.git"
|
||||
}
|
||||
]
|
||||
}
|
||||
"name": "Zepto",
|
||||
"filename": "zepto.min.js",
|
||||
"description": "Zepto.js is a minimalist JavaScript library for modern browsers, with a jQuery-compatible API",
|
||||
"version": "1.0rc1",
|
||||
"homepage": "http://zeptojs.com",
|
||||
"keywords": [
|
||||
"mobile",
|
||||
"framework"
|
||||
],
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "Thomas Fuchs"
|
||||
}
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/madrobby/zepto.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/madrobby/zepto/issues"
|
||||
},
|
||||
"licenses": [
|
||||
{
|
||||
"type": "MIT",
|
||||
"url": "https://raw.github.com/madrobby/zepto/master/MIT-LICENSE"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user