From 895e10ff4a814bdd78a45ab3534f0ac50f5ba161 Mon Sep 17 00:00:00 2001 From: "Michael Bradley, Jr" Date: Wed, 24 Oct 2018 13:46:44 -0500 Subject: [PATCH] reorg some pkg metadata at top of pkg json --- package.json | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/package.json b/package.json index 57347839e..2db160e2b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,24 @@ { "name": "embark", "version": "3.2.3", + "author": "Iuri Matias ", + "contributors": [], "description": "Embark is a framework that allows you to easily develop and deploy DApps", + "homepage": "https://embark.status.im/", + "keywords": [ + "ethereum", + "dapps", + "ipfs", + "solidity", + "solc", + "blockchain", + "serverless" + ], + "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/embark-framework/embark.git" + }, "scripts": { "lint": "eslint bin/embark lib/", "test": "npm-run-all lint test:*", @@ -18,10 +35,6 @@ "directories": { "lib": "./lib" }, - "repository": { - "type": "git", - "url": "https://github.com/embark-framework/embark.git" - }, "dependencies": { "@babel/core": "7.1.2", "@babel/plugin-proposal-class-properties": "7.1.0", @@ -126,19 +139,6 @@ "websocket": "1.0.28", "window-size": "1.1.1" }, - "author": "Iuri Matias ", - "contributors": [], - "keywords": [ - "ethereum", - "dapps", - "ipfs", - "solidity", - "solc", - "blockchain", - "serverless" - ], - "homepage": "https://embark.status.im/", - "license": "MIT", "devDependencies": { "chai": "4.1.2", "cross-env": "5.2.0",