Added jquery.rest lib

github: https://github.com/jpillora/jquery.rest
release: https://github.com/jpillora/jquery.rest/archive/1.0.2.zip
This commit is contained in:
Lieven Janssen
2014-05-09 12:30:10 +02:00
parent f19313b8e8
commit b47cdcf380
2 changed files with 21 additions and 0 deletions
File diff suppressed because one or more lines are too long
+18
View File
@@ -0,0 +1,18 @@
{
"name": "jquery.rest",
"filename": "jquery.rest.min.js",
"version": "1.0.2",
"description": "A jQuery plugin for easy consumption of RESTful APIs",
"homepage": "https://github.com/jpillora/jquery.rest",
"keywords": [
"jquery",
"rest",
"api"
],
"maintainers": [
{
"name": "Jaime Pillora",
"web": "https://github.com/jpillora/jquery.rest"
}
]
}