embark/dapps/templates/demo/package.json

47 lines
1.2 KiB
JSON

{
"name": "embark-dapp-template-demo",
"version": "5.0.0-alpha.3",
"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",
"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/embark-framework/embark.git"
},
"devDependencies": {
"bootstrap": "4.3.1",
"classnames": "2.2.6",
"embark": "^5.0.0-alpha.3",
"embark-reset": "^5.0.0-alpha.2",
"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"
}
}