-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
43 lines (43 loc) · 1.09 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
{
"name": "nifties-exchange",
"version": "1.0.0",
"description": "OpenZeppelin kit containing React, & OpenZeppelin SDK",
"main": "index.js",
"scripts": {
"test": "truffle test",
"migrate-rinkeby": "truffle migrate --reset --network rinkeby"
},
"repository": {
"type": "git",
"url": "git+https://github.com/santteegt/final-project-spring19.git"
},
"keywords": [
"openzeppelin",
"truffle",
"react",
"dapp",
"infura",
"metamask",
"web3",
"ganache",
"web3js",
"ethereum"
],
"author": "Santiago Gonzalez <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/santteegt/final-project-spring19/issues"
},
"homepage": "https://github.com/santteegt/final-project-spring19/blob/stable/README.md",
"dependencies": {
"@openzeppelin/contracts-ethereum-package": "^2.2.1",
"dotenv": "^6.2.0",
"openzeppelin-eth": "^2.1.3",
"truffle-hdwallet-provider": "^1.0.3"
},
"devDependencies": {
"@openzeppelin/cli": "^2.5.1",
"chai": "^4.2.0",
"openzeppelin-test-helpers": "^0.3.0"
}
}