{ "name": "artweb/artbox-basic", "description": "Artbox Basic Project Template", "keywords": [ "yii2", "cms", "artweb", "artbox", "basic", "project template" ], "homepage": "http://artweb.ua", "type": "project", "license": "BSD-3-Clause", "support": { "wiki": "http://www.yiiframework.com/wiki/" }, "minimum-stability": "stable", "require": { "php": ">=7.0", "artweb/artbox-core": "@dev", "artweb/artbox-gentelella": "@dev" }, "require-dev": { }, "config": { "process-timeout": 1800 }, "extra": { "asset-installer-paths": { "npm-asset-library": "vendor/npm", "bower-asset-library": "vendor/bower" } }, "repositories": [ { "type": "vcs", "url": "git@gitlab.artweb.com.ua:yarik.nechyporuk/artbox-core.git" }, { "type": "vcs", "url": "git@gitlab.artweb.com.ua:yarik.nechyporuk/artbox-gentelella.git" } ] }