mirror of https://github.com/embarklabs/embark.git
30 lines
763 B
JSON
30 lines
763 B
JSON
{
|
|
"description": "Test DApp for integration testing purposes",
|
|
"devDependencies": {
|
|
"@babel/code-frame": "7.5.5",
|
|
"bootstrap": "3.4.1",
|
|
"embark": "^5.0.0-alpha.1",
|
|
"embark-dapp-test-service": "^5.0.0-alpha.0",
|
|
"embark-i18n": "^5.0.0-alpha.1",
|
|
"embark-reset": "^5.0.0-alpha.0",
|
|
"fs-extra": "8.1.0",
|
|
"haml": "0.4.3",
|
|
"jquery": "3.4.0",
|
|
"react": "16.9.0",
|
|
"react-bootstrap": "0.32.4",
|
|
"react-dom": "16.9.0",
|
|
"zeppelin-solidity": "1.12.0"
|
|
},
|
|
"license": "MIT",
|
|
"name": "embark-dapp-test-app",
|
|
"private": true,
|
|
"scripts": {
|
|
"ci": "npm run qa",
|
|
"clean": "npm run reset",
|
|
"qa": "npm run test",
|
|
"reset": "npx embark-reset",
|
|
"test": "npx embark test"
|
|
},
|
|
"version": "5.0.0-alpha.1"
|
|
}
|