mirror of
https://github.com/embarklabs/sggc.git
synced 2025-02-16 14:26:58 +00:00
19 lines
298 B
JSON
19 lines
298 B
JSON
{
|
|
"name": "sggc",
|
|
"version": "1.0.1",
|
|
"description": "",
|
|
"scripts": {
|
|
"test": "embark test"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"homepage": "",
|
|
"requires": true,
|
|
"dependencies": {
|
|
"embarkjs-connector-web3": "4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"embark": "4.0.0"
|
|
}
|
|
}
|