-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 924 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
27
28
29
30
31
32
33
34
35
{
"name": "sanauth-erc20",
"version": "0.0.1",
"description": "Editing the existing token and performing air drop with help of ropsten network and upgrading in zepplin os",
"main": "server.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Meegada-Mahesh/SANAUTH-ERC20.git"
},
"keywords": [
"Airdrop",
"ZeppelinOs",
"Ropsten"
],
"author": "Meegada Mahesh",
"license": "ISC",
"bugs": {
"url": "https://github.com/Meegada-Mahesh/SANAUTH-ERC20/issues"
},
"homepage": "https://github.com/Meegada-Mahesh/SANAUTH-ERC20#readme",
"dependencies": {
"dotenv": "^6.0.0",
"openzeppelin-solidity": "^1.9.0",
"scrypt": "^6.0.3",
"truffle-hdwallet-provider": "0.0.6",
"web3": "^1.0.0-beta.37"
}
}