35 lines
760 B
JSON
35 lines
760 B
JSON
{
|
|
"name": "Umbraco",
|
|
"version": "7",
|
|
"homepage": "https://github.com/umbraco/Umbraco-CMS",
|
|
"authors": [
|
|
"Shannon <sdeminick@umbraco.com>"
|
|
],
|
|
"description": "Umbraco CMS",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
],
|
|
"dependencies": {
|
|
"typeahead.js": "~0.10.5",
|
|
"underscore": "~1.7.0",
|
|
"rgrove-lazyload": "*"
|
|
},
|
|
"exportsOverride": {
|
|
"rgrove-lazyload": {
|
|
"": "lazyload.js"
|
|
},
|
|
"typeahead.js": {
|
|
"": "dist/typeahead.bundle.min.js"
|
|
},
|
|
"underscore": {
|
|
"": "underscore-min.{js,map}"
|
|
}
|
|
}
|
|
}
|