Files
lodash/bower.json
John-David Dalton 1af5517da0 Add component.json. [closes #58]
Former-commit-id: a7edbb3ee80687f3c74fdb2ae37cad553e009766
2013-04-28 00:18:37 -07:00

21 lines
281 B
JSON

{
"name": "lodash",
"version": "1.2.0",
"main": "./dist/lodash.compat.js",
"ignore": [
".*",
"*.custom.*",
"*.d.ts",
"*.md",
"*.txt",
"build.js",
"index.js",
"build",
"doc",
"node_modules",
"perf",
"test",
"vendor"
]
}