Removed uneccessary properties

This commit is contained in:
Sebastiaan Janssen
2018-09-26 22:01:09 +02:00
parent 0e6376f4e5
commit 258baad127

View File

@@ -1,19 +1,4 @@
{
"author": "Umbraco HQ",
"name": "umbraco",
"homepage": "https://github.com/umbraco/umbraco-cms/",
"version": "7.12.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/umbraco/Umbraco-CMS.git"
},
"bugs": {
"url": "https://github.com/umbraco/Umbraco-CMS/issues"
},
"engines": {
"node": ">= 0.8.4"
},
"scripts": {
"install": "bower-installer",
"test": "karma start test/config/karma.conf.js --singlerun",