ETH_PROJET/package.json
2018-02-01 12:49:21 +01:00

31 lines
871 B
JSON

{
"name": "eth_projet",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start_rpc": "testrpc",
"start_test": "npm run clean && truffle compile && truffle migrate && truffle test",
"test": "concurrently --names 'RPC,TEST' --kill-others \"npm run start_rpc\" \"npm run start_test\" || true",
"clean": "rm -rf build"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/MrDev023/ETH_PROJET.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/MrDev023/ETH_PROJET/issues"
},
"homepage": "https://gitlab.com/MrDev023/ETH_PROJET#README",
"devDependencies": {
"concurrently": "^3.5.1",
"ethereumjs-testrpc": "^6.0.3",
"fs": "0.0.1-security",
"geth": "^0.4.0",
"solc": "^0.4.19",
"truffle": "^4.0.6",
"web3": "^1.0.0-beta.29"
}
}