From b6736e9ee21461149a2b8b9d50d730b2d0a43d9e Mon Sep 17 00:00:00 2001 From: Kutalo Alexey Date: Tue, 12 Feb 2019 02:45:33 -0800 Subject: [PATCH] Update composer.json and package.json --- composer.json | 16 +++++++++++++--- package.json | 12 +++++++++++- 2 files changed, 24 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 56d6837..3c63c93 100644 --- a/composer.json +++ b/composer.json @@ -1,9 +1,19 @@ { - "name": "laravel/laravel", - "description": "The Laravel Framework.", - "keywords": ["framework", "laravel"], + "name": "spala/spala", + "description": "A modern lightweight CMS for Laravel and Vue developers", + "keywords": ["spala", "cms" ,"vue", "laravel"], "license": "MIT", "type": "project", + "support": { + "issues": "https://github.com/kutaloweb/spala/issues", + "source": "https://github.com/kutaloweb/spala" + }, + "authors": [ + { + "name": "Alexey Kutalo", + "email": "kutalo84@gmail.com" + } + ], "require": { "php": "^7.1.3", "barryvdh/laravel-ide-helper": "^2.4", diff --git a/package.json b/package.json index fb7fdff..4ffbbc2 100755 --- a/package.json +++ b/package.json @@ -1,5 +1,15 @@ { - "private": true, + "name": "spala", + "author": "Alexey Kutalo ", + "license": "MIT", + "description": "A modern lightweight CMS for Laravel and Vue developers", + "keywords": [ + "spala", "cms" ,"vue", "laravel" + ], + "repository": { + "type": "git", + "url": "https://github.com/kutaloweb/spala" + }, "scripts": { "dev": "npm run development", "development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",