mirror of https://github.com/embarklabs/embark.git
34 lines
1.1 KiB
JSON
34 lines
1.1 KiB
JSON
{
|
|
"description": "Test DApp for integration testing purposes",
|
|
"devDependencies": {
|
|
"embark": "^5.3.0-nightly.11",
|
|
"embark-basic-pipeline": "^5.3.0-nightly.11",
|
|
"embark-geth": "^5.3.0-nightly.11",
|
|
"embark-graph": "^5.3.0-nightly.7",
|
|
"embark-ipfs": "^5.3.0-nightly.11",
|
|
"embark-parity": "^5.3.0-nightly.11",
|
|
"embark-profiler": "^5.3.0-nightly.7",
|
|
"embark-reset": "^5.2.3",
|
|
"embark-swarm": "^5.3.0-nightly.11",
|
|
"embark-whisper-geth": "^5.3.0-nightly.11",
|
|
"embarkjs": "^5.3.0-nightly.6",
|
|
"embarkjs-ens": "^5.3.0-nightly.6",
|
|
"embarkjs-ipfs": "^5.3.0-nightly.4",
|
|
"embarkjs-swarm": "^5.3.0-nightly.11",
|
|
"embarkjs-web3": "^5.3.0-nightly.11",
|
|
"embarkjs-whisper": "^5.3.0-nightly.11",
|
|
"rimraf": "3.0.0"
|
|
},
|
|
"license": "MIT",
|
|
"name": "embark-dapp-test-contracts",
|
|
"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.3.0-nightly.11"
|
|
}
|