2014-05-05 15:55:48 +10: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": {
|
2014-05-09 12:23:59 +02:00
|
|
|
"typeahead.js": "~0.10.2",
|
2014-05-13 09:45:09 +02:00
|
|
|
"ace-builds": "~1.1.3",
|
|
|
|
|
"rgrove-lazyload": "*"
|
2014-05-05 15:55:48 +10:00
|
|
|
}
|
|
|
|
|
}
|