mirror of https://github.com/embarklabs/embark.git
43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"name": "embark-dapp-template-simple",
|
|
"version": "5.2.3-nightly.1",
|
|
"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": [
|
|
"contracts",
|
|
"contracts.js",
|
|
"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.2.3-nightly.1",
|
|
"embark-geth": "^5.2.2",
|
|
"embark-graph": "^5.2.0",
|
|
"embark-parity": "^5.2.2",
|
|
"embark-profiler": "^5.2.0",
|
|
"embark-reset": "^5.1.1",
|
|
"embarkjs": "^5.2.3-nightly.0",
|
|
"embarkjs-ens": "^5.2.3-nightly.0",
|
|
"embarkjs-web3": "^5.2.0",
|
|
"rimraf": "3.0.0"
|
|
}
|
|
}
|