mirror of https://github.com/embarklabs/embark.git
29 lines
719 B
JSON
29 lines
719 B
JSON
{
|
|
"name": "embark-reset",
|
|
"version": "4.1.1",
|
|
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
|
"contributors": [],
|
|
"description": "DApp reset utlity for Embark",
|
|
"homepage": "https://github.com/embark-framework/embark/tree/master/packages/embark-reset#readme",
|
|
"bugs": "https://github.com/embark-framework/embark/issues",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"directory": "packages/embark-reset",
|
|
"type": "git",
|
|
"url": "https://github.com/embark-framework/embark.git"
|
|
},
|
|
"bin": "./bin.js",
|
|
"main": "index.js",
|
|
"files": [
|
|
"bin.js"
|
|
],
|
|
"dependencies": {
|
|
"rimraf": "3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.12.0 <12.0.0",
|
|
"npm": ">=6.4.1",
|
|
"yarn": ">=1.12.3"
|
|
}
|
|
}
|