mirror of https://github.com/embarklabs/embark.git
61 lines
1.6 KiB
JSON
61 lines
1.6 KiB
JSON
{
|
|
"name": "embark-dapp-template-demo",
|
|
"version": "6.0.1-nightly.0",
|
|
"description": "Demo DApp for Embark",
|
|
"homepage": "https://github.com/embarklabs/embark/tree/master/dapps/templates/demo#readme",
|
|
"bugs": "https://github.com/embarklabs/embark/issues",
|
|
"files": [
|
|
"app",
|
|
"config/*.js",
|
|
"config/development",
|
|
"config/privatenet",
|
|
"config/testnet",
|
|
"contracts",
|
|
"dot.gitignore",
|
|
"dot.npmrc",
|
|
"embark.json",
|
|
"test"
|
|
],
|
|
"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"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"directory": "dapps/templates/demo",
|
|
"type": "git",
|
|
"url": "https://github.com/embarklabs/embark.git"
|
|
},
|
|
"devDependencies": {
|
|
"bootstrap": "4.3.1",
|
|
"classnames": "2.2.6",
|
|
"embark": "^6.0.1-nightly.0",
|
|
"embark-basic-pipeline": "^6.0.0",
|
|
"embark-geth": "^6.0.1-nightly.0",
|
|
"embark-graph": "^6.0.0",
|
|
"embark-ipfs": "^6.0.0",
|
|
"embark-parity": "^6.0.0",
|
|
"embark-profiler": "^6.0.0",
|
|
"embark-reset": "^6.0.0",
|
|
"embark-swarm": "^6.0.0",
|
|
"embark-whisper-geth": "^6.0.0",
|
|
"embarkjs": "^6.0.0",
|
|
"embarkjs-ens": "^6.0.0",
|
|
"embarkjs-ipfs": "^6.0.0",
|
|
"embarkjs-swarm": "^6.0.0",
|
|
"embarkjs-web3": "^6.0.0",
|
|
"embarkjs-whisper": "^6.0.0",
|
|
"jquery": "3.4.1",
|
|
"popper.js": "1.15.0",
|
|
"react": "16.12.0",
|
|
"react-dom": "16.12.0",
|
|
"reactstrap": "8.1.1",
|
|
"rimraf": "3.0.0"
|
|
}
|
|
}
|