-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.11 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.11 KB
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
{
"name": "blockchain-developer-bootcamp-final-project",
"version": "1.0.0",
"description": "An Ethereum NFT platform for Sneaker Releases",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/atootdev/blockchain-developer-bootcamp-final-project.git"
},
"keywords": [],
"author": "Andrew Tutia <aktutia@gmail.com> (https://github.com/atootdev)",
"license": "MIT",
"bugs": {
"url": "https://github.com/atootdev/blockchain-developer-bootcamp-final-project/issues"
},
"homepage": "https://github.com/atootdev/blockchain-developer-bootcamp-final-project#readme",
"dependencies": {
"@openzeppelin/contracts": "^4.3.2",
"@truffle/hdwallet-provider": "^1.6.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"babel-register": "^6.26.0",
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"chai-bignumber": "^3.0.0",
"dotenv": "^10.0.0",
"pify": "^5.0.0"
}
}