-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 877 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 877 Bytes
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
{
"name": "smart-contracts",
"version": "1.0.0",
"description": "This is the repository for the Bread Token (BRD) Crowdsale and ERC20 smart contracts.",
"directories": {
"test": "test"
},
"dependencies": {
"bignumber.js": "^5.0.0",
"csv": "^2.0.0",
"ethereumjs-abi": "^0.6.4",
"ethers": "^2.1.3",
"request": "^2.83.0",
"truffle": "^4.0.1",
"truffle-hdwallet-provider": "0.0.3",
"web3": "^1.0.0-beta.26",
"zeppelin-solidity": "^1.4.0"
},
"devDependencies": {},
"scripts": {
"test": "truffle test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/breadwallet/smart-contracts.git"
},
"author": "Samuel Sutch",
"license": "ISC",
"bugs": {
"url": "https://github.com/breadwallet/smart-contracts/issues"
},
"homepage": "https://github.com/breadwallet/smart-contracts#readme"
}