mirror of
https://github.com/embarklabs/embark.git
synced 2025-02-19 00:56:48 +00:00
Add blockchain config to simple template, and supporting files (ie passwords, genesis) that aid in examples set forth in the blockchain config.
39 lines
1.0 KiB
JSON
39 lines
1.0 KiB
JSON
{
|
|
"name": "embark-dapp-template-simple",
|
|
"version": "5.3.0-nightly.12",
|
|
"description": "Contracts-only DApp template for Embark",
|
|
"homepage": "https://github.com/embarklabs/embark/tree/master/dapps/templates/simple#readme",
|
|
"bugs": "https://github.com/embarklabs/embark/issues",
|
|
"files": [
|
|
"config/*",
|
|
"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/simple",
|
|
"type": "git",
|
|
"url": "https://github.com/embarklabs/embark.git"
|
|
},
|
|
"devDependencies": {
|
|
"embark": "^5.3.0-nightly.12",
|
|
"embark-geth": "^5.3.0-nightly.12",
|
|
"embark-reset": "^5.2.3",
|
|
"embarkjs": "^5.3.0-nightly.6",
|
|
"embarkjs-ens": "^5.3.0-nightly.6",
|
|
"embarkjs-web3": "^5.3.0-nightly.11",
|
|
"rimraf": "3.0.0"
|
|
}
|
|
} |