reorg some pkg metadata at top of pkg json
This commit is contained in:
parent
3ddb6b36bb
commit
895e10ff4a
34
package.json
34
package.json
|
@ -1,7 +1,24 @@
|
||||||
{
|
{
|
||||||
"name": "embark",
|
"name": "embark",
|
||||||
"version": "3.2.3",
|
"version": "3.2.3",
|
||||||
|
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||||
|
"contributors": [],
|
||||||
"description": "Embark is a framework that allows you to easily develop and deploy DApps",
|
"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": {
|
"scripts": {
|
||||||
"lint": "eslint bin/embark lib/",
|
"lint": "eslint bin/embark lib/",
|
||||||
"test": "npm-run-all lint test:*",
|
"test": "npm-run-all lint test:*",
|
||||||
|
@ -18,10 +35,6 @@
|
||||||
"directories": {
|
"directories": {
|
||||||
"lib": "./lib"
|
"lib": "./lib"
|
||||||
},
|
},
|
||||||
"repository": {
|
|
||||||
"type": "git",
|
|
||||||
"url": "https://github.com/embark-framework/embark.git"
|
|
||||||
},
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/core": "7.1.2",
|
"@babel/core": "7.1.2",
|
||||||
"@babel/plugin-proposal-class-properties": "7.1.0",
|
"@babel/plugin-proposal-class-properties": "7.1.0",
|
||||||
|
@ -126,19 +139,6 @@
|
||||||
"websocket": "1.0.28",
|
"websocket": "1.0.28",
|
||||||
"window-size": "1.1.1"
|
"window-size": "1.1.1"
|
||||||
},
|
},
|
||||||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
|
||||||
"contributors": [],
|
|
||||||
"keywords": [
|
|
||||||
"ethereum",
|
|
||||||
"dapps",
|
|
||||||
"ipfs",
|
|
||||||
"solidity",
|
|
||||||
"solc",
|
|
||||||
"blockchain",
|
|
||||||
"serverless"
|
|
||||||
],
|
|
||||||
"homepage": "https://embark.status.im/",
|
|
||||||
"license": "MIT",
|
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"chai": "4.1.2",
|
"chai": "4.1.2",
|
||||||
"cross-env": "5.2.0",
|
"cross-env": "5.2.0",
|
||||||
|
|
Loading…
Reference in New Issue