2014-05-05 15:55:48 +10:00
|
|
|
{
|
2015-01-02 14:25:11 +11:00
|
|
|
"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",
|
2015-02-11 18:39:53 +11:00
|
|
|
"rgrove-lazyload": "*",
|
2015-03-24 14:23:55 +11:00
|
|
|
"bootstrap-social": "~4.8.0",
|
2015-02-11 18:39:53 +11:00
|
|
|
"jquery": "2.0.3",
|
|
|
|
|
"jquery-file-upload": "~9.4.0",
|
2015-03-10 13:02:34 +11:00
|
|
|
"jquery-ui": "1.10.3",
|
2015-06-17 15:06:34 +02:00
|
|
|
"angular-dynamic-locale": "~0.1.27",
|
|
|
|
|
"tinymce": "~4.1.10"
|
2015-01-02 14:25:11 +11:00
|
|
|
}
|
2015-02-11 18:39:53 +11:00
|
|
|
}
|