-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
47 lines (47 loc) · 1.24 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "ethichub_platform",
"version": "0.1.0",
"description": "Smart contracts of the EthicHub platform",
"scripts": {
"test": "scripts/test.sh",
"console": "truffle console",
"coverage": "scripts/coverage.sh"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-2": "^6.24.1",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"chai-bignumber": "^2.0.2",
"ethereumjs-testrpc": "^6.0.2",
"solidity-coverage": "^0.4.0",
"truffle": "^4.1.7",
"truffle-hdwallet-provider": "0.0.3",
},
"repository": {
"type": "git",
"url": "git+https://github.com/EthicHub/platform-contracts.git"
},
"keywords": [
"ethichub",
"crowdlending",
"smart contracts",
"ethereum",
"solidity",
"openzeppelin"
],
"author": "EthicHub Dev Team: Raúl Martínez, Quijion Jiang, Diego Pardilla",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/EthicHub/platform-contracts/issues"
},
"homepage": "https://github.com/EthicHub/platform-contracts#readme",
"dependencies": {
"dotenv": "^5.0.1",
"openzeppelin-solidity": "1.10.0",
"temp": "^0.8.3",
"truffle-artifactor": "^3.0.2",
"web3": "^1.0.0-beta.27"
}
}