2014-05-05 15:55:48 +10:00
|
|
|
{
|
2015-06-24 09:51:36 +02:00
|
|
|
"name": "Umbraco",
|
|
|
|
|
"version": "7",
|
|
|
|
|
"homepage": "https://github.com/umbraco/Umbraco-CMS",
|
|
|
|
|
"authors": [
|
2015-06-24 11:15:04 +02:00
|
|
|
"Shannon <shannon@umbraco.com>"
|
2015-06-24 09:51:36 +02:00
|
|
|
],
|
|
|
|
|
"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": "*",
|
|
|
|
|
"bootstrap-social": "~4.8.0",
|
|
|
|
|
"jquery": "2.0.3",
|
2015-12-01 15:51:15 +01:00
|
|
|
"jquery-ui": "1.11.4",
|
2015-12-07 13:00:57 +01:00
|
|
|
"angular-dynamic-locale": "0.1.28",
|
2015-09-28 11:55:12 +02:00
|
|
|
"ng-file-upload": "~7.3.8",
|
2015-06-24 09:51:36 +02:00
|
|
|
"tinymce": "~4.1.10",
|
2015-11-09 17:10:33 +01:00
|
|
|
"codemirror": "~5.3.0"
|
2015-06-24 09:51:36 +02:00
|
|
|
}
|
2015-09-28 11:55:12 +02:00
|
|
|
}
|