devbox-linq
Version:
Lambda style operations using arrow functions
28 lines (27 loc) • 623 B
JSON
{
"name": "devbox-linq",
"version": "4.1.2",
"description": "Lambda style operations using arrow functions",
"main": "./lib/index.js",
"author": "Gustavo Maritan",
"repository": {
"type": "git",
"url": "git+https://github.com/GustavoMaritan/LinqJs.git"
},
"keywords": [
"linq",
"linqjs",
"lambda"
],
"bugs": {
"url": "https://github.com/GustavoMaritan/LinqJs/issues"
},
"homepage": "https://github.com/GustavoMaritan/LinqJs#readme",
"devDependencies": {
"assert": "^1.4.1",
"mocha": "^3.0.2"
},
"scripts": {
"test": "mocha"
}
}