mirror of https://github.com/embarklabs/embark.git
46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"name": "embark-dapp-template-demo",
|
|
"version": "4.1.0-beta.4",
|
|
"description": "Demo DApp for Embark",
|
|
"homepage": "https://github.com/embark-framework/embark/tree/master/dapps/templates/demo#readme",
|
|
"bugs": "https://github.com/embark-framework/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",
|
|
"package": "npm pack",
|
|
"qa": "npm-run-all test package",
|
|
"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/embark-framework/embark.git"
|
|
},
|
|
"devDependencies": {
|
|
"bootstrap": "3.3.7",
|
|
"embark": "^4.1.0-beta.4",
|
|
"embark-reset": "^4.1.0-beta.3",
|
|
"npm-run-all": "4.1.5",
|
|
"react": "16.7.0",
|
|
"react-bootstrap": "0.32.4",
|
|
"react-dom": "16.7.0",
|
|
"rimraf": "2.6.3"
|
|
}
|
|
}
|