
Move vitragedashboard to vitrage-dashboard/dashboard vitragealarms to vitrage-dashboard/alarms vitragetemplates to vitrage-dashboard/templates etc. Enable to use this as horizon plugin without the need of copying over API files, simply place files from enabled directory in horizons openstack_dashboard/local/enabled folder. Change-Id: I38ea4e32abbad75e5432b8c1dfe64511162a7248
24 lines
350 B
JSON
24 lines
350 B
JSON
{
|
|
"name": "lodash",
|
|
"version": "2.4.2",
|
|
"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"
|
|
]
|
|
}
|