mirror of https://github.com/embarklabs/embark.git
26 lines
585 B
JSON
26 lines
585 B
JSON
{
|
|
"name": "embark-reset",
|
|
"private": true,
|
|
"version": "4.0.0-beta.0",
|
|
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
|
"contributors": [],
|
|
"description": "DApp reset utlity for embark",
|
|
"homepage": "https://embark.status.im/",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"directory": "packages/embark-reset",
|
|
"type": "git",
|
|
"url": "https://github.com/embark-framework/embark.git"
|
|
},
|
|
"bin": "./bin.js",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"rimraf": "2.6.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.12.0",
|
|
"npm": ">=6.4.1",
|
|
"yarn": ">=1.12.3"
|
|
}
|
|
}
|