status-api-tester/package.json

29 lines
702 B
JSON

{
"name": "embark_demo",
"version": "4.2.0",
"description": "Demo DApp for Embark",
"homepage": "https://github.com/embark-framework/embark/tree/master/dapps/templates/demo#readme",
"bugs": "https://github.com/embark-framework/embark/issues",
"scripts": {
"test": "embark test"
},
"keywords": [],
"author": "",
"license": "MIT",
"repository": {
"directory": "dapps/templates/demo",
"type": "git",
"url": "https://github.com/embark-framework/embark.git"
},
"devDependencies": {
"bootstrap": "4.3.1",
"classnames": "2.2.6",
"react": "16.9.0",
"react-dom": "16.9.0",
"reactstrap": "8.0.1"
},
"dependencies": {
"formik": "^2.1.4"
}
}