You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
350 B
23 lines
350 B
{
|
|
"name": "lodash",
|
|
"version": "2.4.1",
|
|
"main": "dist/lodash.compat.js",
|
|
"ignore": [
|
|
".*",
|
|
"*.custom.*",
|
|
"*.template.*",
|
|
"*.map",
|
|
"*.md",
|
|
"/*.min.*",
|
|
"/lodash.js",
|
|
"index.js",
|
|
"component.json",
|
|
"package.json",
|
|
"doc",
|
|
"modularize",
|
|
"node_modules",
|
|
"perf",
|
|
"test",
|
|
"vendor"
|
|
]
|
|
}
|
|
|