Skip to content

Commit

Permalink
package.json fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vamcart committed Oct 29, 2019
1 parent 57fb22f commit 588ccdb
Showing 1 changed file with 12 additions and 23 deletions.
35 changes: 12 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
@@ -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 <jsonmount@gmail.com>",
"url": "https://github.com/restmount"
"name": "VamShop <vamshop@gmail.com>",
"url": "https://github.com/vamshop"
},
"contributors": [
{
"name": "Nitin Goyal <[email protected]>",
"url": "https://github.com/ngoyal16"
},
{
"name": "Luke Busstra <[email protected]>",
"url": "https://github.com/lubuss"
},
{
"name": "Restmount <[email protected]>",
"url": "https://github.com/restmount"
},
{
"name": "Sergey Onufrienko <[email protected]>",
"url": "https://github.com/sonufrienko"
"name": "VamShop <[email protected]>",
"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",
Expand Down

0 comments on commit 588ccdb

Please sign in to comment.