An advanced Ethereum mobile wallet
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
alpha-wallet-android/package.json

25 lines
643 B

{
"name": "alpha-wallet-android",
"version": "1.0.0",
"description": "Open source Ethereum wallet",
"main": "gulpfile.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
},
"repository": {
"type": "git",
"url": "git+https://github.com/AlphaWallet/alpha-wallet-android.git"
},
"author": "Smart Token Labs",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/AlphaWallet/alpha-wallet-android/issues"
},
"homepage": "https://github.com/AlphaWallet/alpha-wallet-android#readme",
"dependencies": {
"normalize.css": "^8.0.0"
}
}