summaryrefslogtreecommitdiffstats
path: root/node_modules/sift/bower.json
blob: ceae6b72f00c187b6b3c8f20b86d97f11f59481a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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"
  ]
}