aboutsummaryrefslogtreecommitdiffstats
path: root/web/src/vendor/lodash/bower.json
blob: a6f139d7c3fea599bd27c405a685dee364bad2a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "name": "lodash",
  "version": "2.4.1",
  "main": "dist/lodash.compat.js",
  "ignore": [
    ".*",
    "*.custom.*",
    "*.template.*",
    "*.map",
    "*.md",
    "/*.min.*",
    "/lodash.js",
    "index.js",
    "component.json",
    "package.json",
    "doc",
    "modularize",
    "node_modules",
    "perf",
    "test",
    "vendor"
  ]
}