Files
lodash/bower.json
John-David Dalton 8f9c4cd217 Remove build from this repo to move to lodash-cli.
Former-commit-id: 0f9e802dd744a97494a10537442a28aae40dc72a
2013-08-28 11:14:38 -07:00

24 lines
342 B
JSON

{
"name": "lodash",
"version": "1.3.1",
"main": "./dist/lodash.compat.js",
"ignore": [
".*",
"*.custom.*",
"*.min.*",
"*.template.*",
"*.d.ts",
"*.map",
"*.md",
"*.txt",
"index.js",
"component.json",
"package.json",
"doc",
"node_modules",
"perf",
"test",
"vendor"
]
}