Added linq.js 2.2.0.2 closes #913

This commit is contained in:
Ryan Kirkman
2013-02-16 17:25:58 +10:00
parent ea8b96c4bb
commit ca8aa2c69e
5 changed files with 5524 additions and 0 deletions
File diff suppressed because it is too large Load Diff
+10
View File
File diff suppressed because one or more lines are too long
+2733
View File
File diff suppressed because it is too large Load Diff
+10
View File
File diff suppressed because one or more lines are too long
+20
View File
@@ -0,0 +1,20 @@
{
"name": "linq.js",
"filename": "linq.min.js",
"version": "2.2.0.2",
"description": "linq.js - LINQ for JavaScript. Implements all .NET 4.0 LINQ to Objects methods and many extra methods (inspiration from Rx, Achiral, Haskell, Ruby, etc...)",
"homepage": "http://linqjs.codeplex.com/",
"keywords": [
"linq",
"json",
"query",
"jquery",
"rx"
],
"maintainers": [
{
"name": "Yoshifumi Kawai",
"website": "http://neue.cc/"
}
]
}