diff options
Diffstat (limited to 'node_modules/sift/bower.json')
-rw-r--r-- | node_modules/sift/bower.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/node_modules/sift/bower.json b/node_modules/sift/bower.json new file mode 100644 index 0000000..ceae6b7 --- /dev/null +++ b/node_modules/sift/bower.json @@ -0,0 +1,21 @@ +{ + "name": "sift", + "version": "3.2.0", + "authors": [ + "Craig Condon <craig.j.condon@gmail.com>" + ], + "description": "mongodb query style array filtering", + "main": "sift.min.js", + "moduleType": [], + "license": "MIT", + "homepage": "https://github.com/crcn/sift.js", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "benchmark", + "webpack.js", + "package.json" + ] +} |