mirror of
https://github.com/embarklabs/embark.git
synced 2025-02-03 01:13:55 +00:00
4d2ffb9f28
This commit has been originally cherry-picked from d0d89fc5ae4663c27e4b6b5c9cfcf1b47e645d6e and slightly modified to update all packages, as meanwhile, new packages have been added to `master`. The reason this commit is cherry-picked from `4.0.x` branch is because it wasn't created from `master`. Purpose is mainly to update `CHANGELOG` and get the package versions in sync again.
39 lines
1023 B
JSON
39 lines
1023 B
JSON
{
|
|
"name": "embark-dapp-template-simple",
|
|
"version": "4.0.1",
|
|
"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.0.1",
|
|
"embark-reset": "^4.0.0",
|
|
"embarkjs-connector-web3": "^4.0.0",
|
|
"npm-run-all": "4.1.5",
|
|
"rimraf": "2.6.3"
|
|
}
|
|
}
|