From 588ccdb838947363444aaca7831d3a675cd11a10 Mon Sep 17 00:00:00 2001 From: VamShop Date: Tue, 29 Oct 2019 22:09:12 +0300 Subject: [PATCH] package.json fix --- package.json | 35 ++++++++++++----------------------- 1 file changed, 12 insertions(+), 23 deletions(-) diff --git a/package.json b/package.json index c883cb7..59911cc 100644 --- a/package.json +++ b/package.json @@ -1,44 +1,33 @@ { - "name": "cezerin2-store", + "name": "vamshop-storefront", "version": "0.35.0", - "description": "Cezerin2 is React and Node.js based eCommerce platform. https://cezerin.org", + "description": "VamShop is React and Node.js based eCommerce platform. https://vamshop.com", "keywords": [ - "cezerin2", - "cezerin", + "vamshop", + "vamshop-storefront", + "react", "ecommerce", "shopping cart", "shop", "cms" ], - "homepage": "https://cezerin.org", - "bugs": "https://github.com/cezerin2/cezerin2-store/issues", + "homepage": "https://vamshop.com", + "bugs": "https://github.com/vamshop/vamshop-storefront/issues", "license": "MIT", "author": { - "name": "Restmount ", - "url": "https://github.com/restmount" + "name": "VamShop ", + "url": "https://github.com/vamshop" }, "contributors": [ { - "name": "Nitin Goyal ", - "url": "https://github.com/ngoyal16" - }, - { - "name": "Luke Busstra ", - "url": "https://github.com/lubuss" - }, - { - "name": "Restmount ", - "url": "https://github.com/restmount" - }, - { - "name": "Sergey Onufrienko ", - "url": "https://github.com/sonufrienko" + "name": "VamShop ", + "url": "https://github.com/vamshop" } ], "main": "dist/server/index.js", "repository": { "type": "git", - "url": "https://github.com/cezerin2/cezerin2-store" + "url": "https://github.com/vamshop/vamshop-storefront" }, "scripts": { "compile": "babel src -d dist --presets react --plugins transform-class-properties --quiet",