mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-29 14:37:49 +00:00
21 lines
269 B
JSON
21 lines
269 B
JSON
{
|
|
"name": "lodash",
|
|
"version": "1.1.1",
|
|
"main": "./lodash.js",
|
|
"ignore": [
|
|
".*",
|
|
"*.custom.*",
|
|
"*.d.ts",
|
|
"*.md",
|
|
"*.txt",
|
|
"build.js",
|
|
"index.js",
|
|
"build",
|
|
"doc",
|
|
"node_modules",
|
|
"perf",
|
|
"test",
|
|
"vendor"
|
|
]
|
|
}
|