Files
lodash/bower.json
2013-08-30 08:51:29 -07:00

22 lines
313 B
JSON

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