19 lines
376 B
JSON
19 lines
376 B
JSON
{
|
|
"name": "app_name",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"main": "Gruntfile.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"homepage": "",
|
|
"dependencies": {
|
|
"embarkjs-connector-web3": "^4.0.0",
|
|
"react": "^16.3.2",
|
|
"react-bootstrap": "0.32.1",
|
|
"react-dom": "^16.3.2"
|
|
}
|
|
}
|