forked from bank2bank/fiatcontract
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 828 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 828 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
{
"name": "fiatcontract",
"version": "1.0.0",
"description": "Retrieve Ethereum market price by referencing this smart contract! Finally a way for smart contracts to get how much $1.00 is in ETH. By referencing this contracts you can even automatically convert other ERC20's market prices and convert it back into ETH.",
"main": "truffle.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "truffle compile && truffle test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hunterlong/fiatcontract.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/hunterlong/fiatcontract/issues"
},
"homepage": "https://github.com/hunterlong/fiatcontract#readme",
"dependencies": {
"ganache-cli": "^6.1.0",
"truffle": "^4.1.5"
}
}