-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1015 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 1015 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
34
35
36
37
38
39
40
{
"name": "crowdsale",
"version": "1.0.0",
"description": "## Test run the Smart Contracts!",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"dependencies": {
"@openzeppelin/contracts": "^2.5.1"
},
"devDependencies": {
"@openzeppelin/test-environment": "^0.1.4",
"@openzeppelin/test-helpers": "^0.5.6",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"chai-bn": "^0.2.1",
"dotenv": "^8.2.0",
"truffle-assertions": "^0.9.2",
"truffle-hdwallet-provider": "^1.0.17"
},
"scripts": {
"test": "truffle test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/devbootstrap/ERC-20-Token-Crowdsale-Example.git"
},
"keywords": [
"truffle",
"erc-20",
"token"
],
"author": "Darren Jensen",
"license": "ISC",
"bugs": {
"url": "https://github.com/devbootstrap/ERC-20-Token-Crowdsale-Example/issues"
},
"homepage": "https://github.com/devbootstrap/ERC-20-Token-Crowdsale-Example#readme"
}