mirror of https://github.com/embarklabs/embark.git
37 lines
1.0 KiB
JSON
37 lines
1.0 KiB
JSON
{
|
|
"description": "Test DApp for integration testing purposes",
|
|
"devDependencies": {
|
|
"@babel/code-frame": "7.5.5",
|
|
"bootstrap": "3.4.1",
|
|
"embark": "^5.1.0-nightly.0",
|
|
"embark-dapp-test-service": "^5.0.0",
|
|
"embark-i18n": "^5.1.0-nightly.0",
|
|
"embark-reset": "^5.1.0-nightly.0",
|
|
"embarkjs": "^5.1.0-nightly.0",
|
|
"embarkjs-ens": "^5.1.0-nightly.0",
|
|
"embarkjs-ipfs": "^5.1.0-nightly.0",
|
|
"embarkjs-swarm": "^5.1.0-nightly.0",
|
|
"embarkjs-web3": "^5.1.0-nightly.0",
|
|
"embarkjs-whisper": "^5.1.0-nightly.0",
|
|
"fs-extra": "8.1.0",
|
|
"haml": "0.4.3",
|
|
"jquery": "3.4.0",
|
|
"react": "16.12.0",
|
|
"react-bootstrap": "0.32.4",
|
|
"react-dom": "16.12.0",
|
|
"rimraf": "3.0.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 && npx rimraf embark-*.tgz package",
|
|
"test": "npx embark test"
|
|
},
|
|
"version": "5.1.0-nightly.0"
|
|
}
|