mirror of
https://github.com/status-im/keycard-redeem.git
synced 2025-01-14 22:24:21 +00:00
20 lines
383 B
JSON
20 lines
383 B
JSON
{
|
|
"name": "gift-keycard",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"scripts": {
|
|
"test": "embark test"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"embarkjs": "^5.1.1",
|
|
"embarkjs-ens": "^5.1.1",
|
|
"embarkjs-ipfs": "^5.1.1",
|
|
"embarkjs-swarm": "^5.1.1",
|
|
"embarkjs-web3": "^5.1.1",
|
|
"embarkjs-whisper": "^5.1.1"
|
|
}
|
|
}
|