blockchain-a-z-learn-how-to.../Module 3 - Create a Smart C.../etherwallet-v3.11.2.4/package.json

14 lines
316 B
JSON

{
"name": "MyEtherWallet",
"version": "3.11.2.4",
"description": "An NPM dist of MyEtherWallet. For easier downloading & updating via CLI.",
"author": "MyEtherWallet",
"license": "ISC",
"devDependencies": {
"open": "0.0.5"
},
"bin": {
"mew": "bin/startMEW.js"
}
}