nativescript-enumerable
Version:
A NativeScript module providing LINQ style extensions for handling arrays and lists.
36 lines (35 loc) • 891 B
JSON
{
"name": "nativescript-enumerable",
"description": "A NativeScript module providing LINQ style extensions for handling arrays and lists.",
"version": "3.5.2",
"nativescript": {
"platforms": {
"ios": "1.0.0",
"android": "1.1.0"
}
},
"repository": {
"type": "git",
"url": "https://github.com/mkloubert/nativescript-enumerable"
},
"keywords": [
"NativeScript",
"LINQ",
"Enumerable",
"Lists",
"Collections"
],
"author": {
"name": "Marcel Joachim Kloubert",
"email": "marcel.kloubert@gmx.net"
},
"license": {
"type": "MIT",
"url": "https://github.com/mkloubert/nativescript-enumerable/blob/master/LICENSE"
},
"bugs": {
"url": "https://github.com/mkloubert/nativescript-enumerable/issues"
},
"homepage": "https://github.com/mkloubert/nativescript-enumerable",
"readmeFilename": "README.md"
}