embark/dapps/templates/simple/package.json
dependabot-preview[bot] dca6342330 build(deps): bump rimraf from 2.6.3 to 3.0.0
Bumps [rimraf](https://github.com/isaacs/rimraf) from 2.6.3 to 3.0.0.
- [Release notes](https://github.com/isaacs/rimraf/releases)
- [Changelog](https://github.com/isaacs/rimraf/blob/master/CHANGELOG.md)
- [Commits](https://github.com/isaacs/rimraf/compare/v2.6.3...v3.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-20 13:44:24 -05:00

38 lines
982 B
JSON

{
"name": "embark-dapp-template-simple",
"version": "4.1.0",
"description": "Contracts-only DApp template for Embark",
"homepage": "https://github.com/embark-framework/embark/tree/master/dapps/templates/simple#readme",
"bugs": "https://github.com/embark-framework/embark/issues",
"files": [
"contracts",
"contracts.js",
"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/simple",
"type": "git",
"url": "https://github.com/embark-framework/embark.git"
},
"devDependencies": {
"embark": "^4.1.0",
"embark-reset": "^4.1.0",
"npm-run-all": "4.1.5",
"rimraf": "3.0.0"
}
}