Added Zepto 1.0 and updated package.json

This commit is contained in:
Zach Q
2012-05-04 19:50:30 -04:00
parent 865239bb56
commit ad60130ac3
2 changed files with 30 additions and 23 deletions
File diff suppressed because one or more lines are too long
+28 -23
View File
@@ -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"
}
]
}