File: bower.json

Recommend this page to a friend!
  Classes of Jonathan Gotti   Mongo Filter   bower.json   Download  
File: bower.json
Role: Auxiliary data
Content type: text/plain
Description: Sample output
Class: Mongo Filter
Filter collection elements with mongoQuery syntax
Author: By
Last change: Update of bower.json
Date: 2 years ago
Size: 531 bytes
 

Contents

Class file image Download
{ "name": "mongofilter", "homepage": "https://github.com/malko/mongofilter", "authors": [ "Jonathan Gotti <jgotti@jgotti.org>" ], "description": "mongoquery style for standard javascript collections", "main": "dist/umd/mongofilter.min.js", "moduleType": [ "amd", "es6", "globals", "node" ], "keywords": [ "query", "mongoquery", "collection", "filter" ], "license": "MIT", "ignore": [ "**/.*", "node_modules", "bower_components", "test", "tests" ] }