.bower.json 590 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
{
  "name": "lodash",
  "main": "lodash.js",
  "ignore": [
    ".*",
    "*.custom.*",
    "*.log",
    "*.map",
    "*.md",
    "lodash.src.js",
    "component.json",
    "package.json",
    "doc",
    "node_modules",
    "perf",
    "test",
    "vendor"
  ],
  "homepage": "https://github.com/lodash/lodash",
  "version": "3.10.1",
  "_release": "3.10.1",
  "_resolution": {
    "type": "version",
    "tag": "3.10.1",
    "commit": "ef20b4290cc4fe7551c82a552ea7ffa76548eec8"
  },
  "_source": "git://github.com/lodash/lodash.git",
  "_target": ">= 3.5.0",
  "_originalSource": "lodash"
}