embark/dapps/templates/boilerplate/package.json

54 lines
1.6 KiB
JSON

{
"name": "embark-dapp-template-boilerplate",
"version": "5.3.0-nightly.12",
"description": "Basic DApp template for Embark",
"homepage": "https://github.com/embarklabs/embark/tree/master/dapps/templates/boilerplate#readme",
"bugs": "https://github.com/embarklabs/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/boilerplate",
"type": "git",
"url": "https://github.com/embarklabs/embark.git"
},
"devDependencies": {
"embark": "^5.3.0-nightly.12",
"embark-basic-pipeline": "^5.3.0-nightly.12",
"embark-geth": "^5.3.0-nightly.12",
"embark-graph": "^5.3.0-nightly.12",
"embark-ipfs": "^5.3.0-nightly.12",
"embark-parity": "^5.3.0-nightly.12",
"embark-profiler": "^5.3.0-nightly.12",
"embark-reset": "^5.2.3",
"embark-swarm": "^5.3.0-nightly.12",
"embark-whisper-geth": "^5.3.0-nightly.12",
"embarkjs": "^5.3.0-nightly.6",
"embarkjs-ens": "^5.3.0-nightly.6",
"embarkjs-ipfs": "^5.3.0-nightly.4",
"embarkjs-swarm": "^5.3.0-nightly.11",
"embarkjs-web3": "^5.3.0-nightly.11",
"embarkjs-whisper": "^5.3.0-nightly.11",
"rimraf": "3.0.0"
}
}