-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
26 lines (26 loc) · 854 Bytes
/
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
{
"name": "Airdrop-Token-Sales",
"version": "1.0.0",
"description": "To create airdrop of token and also do ICO, IDO, IEO or any token sales event with Token Generation/distribution for vesting of token to initial buyers. Also manually unlock token after vesting period is over",
"repository": {
"type": "git",
"url": "https://github.com/justcharlz/Airdrop-tokensales"
},
"author": "Charles Okaformbah",
"license": "MIT",
"bugs": {
"url": "https://github.com/justcharlz/Airdrop-tokensales/issues"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.5",
"@nomiclabs/hardhat-waffle": "^2.0.6",
"chai": "^4.3.6",
"ethereum-waffle": "^4.0.10",
"ethers": "^5.6.2",
"hardhat": "^2.9.3"
},
"dependencies": {
"@openzeppelin/contracts": "^4.5.0",
"solium-plugin-security": "^0.1.1"
}
}